diff options
Diffstat (limited to 'src/include/port/freebsd.h')
-rw-r--r-- | src/include/port/freebsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/port/freebsd.h b/src/include/port/freebsd.h index 5e3af51cbca..162ff5acfd9 100644 --- a/src/include/port/freebsd.h +++ b/src/include/port/freebsd.h @@ -27,4 +27,5 @@ #if defined(__mips__) /* # undef HAS_TEST_AND_SET */ #endif + typedef unsigned char slock_t; |