diff options
Diffstat (limited to 'src/include/port/darwin.h')
-rw-r--r-- | src/include/port/darwin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/port/darwin.h b/src/include/port/darwin.h index 0d35a8a2f49..618eded7fd6 100644 --- a/src/include/port/darwin.h +++ b/src/include/port/darwin.h @@ -9,5 +9,4 @@ typedef unsigned int slock_t; #else typedef unsigned char slock_t; - #endif |