diff options
Diffstat (limited to 'src/include/port/bsd.h')
-rw-r--r-- | src/include/port/bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/bsd.h b/src/include/port/bsd.h index f64ea094563..03c99acd873 100644 --- a/src/include/port/bsd.h +++ b/src/include/port/bsd.h @@ -25,6 +25,6 @@ #endif #if defined(__mips__) -/* # undef HAS_TEST_AND_SET */ +/* # undef HAS_TEST_AND_SET */ #endif typedef unsigned char slock_t; |