diff options
Diffstat (limited to 'src/include/port/bsdi.h')
-rw-r--r-- | src/include/port/bsdi.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/port/bsdi.h b/src/include/port/bsdi.h index 022c41dbd6a..617ef6768ae 100644 --- a/src/include/port/bsdi.h +++ b/src/include/port/bsdi.h @@ -1,9 +1,9 @@ -# if defined(i386) -# define NEED_I386_TAS_ASM -# endif -# if defined(sparc) -# define NEED_SPARC_TAS_ASM -# endif -# define USE_POSIX_TIME -# define HAS_TEST_AND_SET - typedef unsigned char slock_t; +#if defined(i386) +#define NEED_I386_TAS_ASM +#endif +#if defined(sparc) +#define NEED_SPARC_TAS_ASM +#endif +#define USE_POSIX_TIME +#define HAS_TEST_AND_SET +typedef unsigned char slock_t; |