diff options
Diffstat (limited to 'src/include/port/irix5.h')
-rw-r--r-- | src/include/port/irix5.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/port/irix5.h b/src/include/port/irix5.h index 83c7837584f..f8f180d7dc2 100644 --- a/src/include/port/irix5.h +++ b/src/include/port/irix5.h @@ -3,5 +3,4 @@ #define NO_EMPTY_STMTS #define SYSV_DIRENT #define HAS_TEST_AND_SET -#include <abi_mutex.h> -typedef abilock_t slock_t; +typedef unsigned long slock_t; |