diff options
Diffstat (limited to 'src/include/port/netbsd.h')
-rw-r--r-- | src/include/port/netbsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/netbsd.h b/src/include/port/netbsd.h index 5c5b77ede96..ae36a5cd4e2 100644 --- a/src/include/port/netbsd.h +++ b/src/include/port/netbsd.h @@ -1,5 +1,4 @@ #if defined(__i386__) || defined(__x86_64__) -#define NEED_I386_TAS_ASM #define HAS_TEST_AND_SET typedef unsigned char slock_t; #endif |