diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:43:15 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-02 16:43:15 +0000 |
commit | a17a82e5d543b1f4fad9f299927e53868a4c4e10 (patch) | |
tree | a000eeb262c95bce697fb218998bb609884f8bec /pfinet/asm | |
parent | 87f4c996093c0cc20049836fda12e68d9fdf626d (diff) |
Formerly system.h.~3~
Diffstat (limited to 'pfinet/asm')
-rw-r--r-- | pfinet/asm/system.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pfinet/asm/system.h b/pfinet/asm/system.h index a631c91e..28303f9e 100644 --- a/pfinet/asm/system.h +++ b/pfinet/asm/system.h @@ -1,3 +1,6 @@ +#ifndef _HACK_ASM_SYSTEM_H_ +#define _HACK_ASM_SYSTEM_H_ + #include <cthreads.h> /* This lock is held when "interrupts" are disabled. */ @@ -42,7 +45,4 @@ sti () mutex_unlock (&global_interrupt_lock); } - - - - +#endif |