diff options
Diffstat (limited to 'src/include/port/irix5.h')
-rw-r--r-- | src/include/port/irix5.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/port/irix5.h b/src/include/port/irix5.h index c995eb671fb..83c7837584f 100644 --- a/src/include/port/irix5.h +++ b/src/include/port/irix5.h @@ -1,7 +1,7 @@ -# define USE_POSIX_TIME -# define USE_POSIX_SIGNALS -# define NO_EMPTY_STMTS -# define SYSV_DIRENT -# define HAS_TEST_AND_SET -# include <abi_mutex.h> - typedef abilock_t slock_t; +#define USE_POSIX_TIME +#define USE_POSIX_SIGNALS +#define NO_EMPTY_STMTS +#define SYSV_DIRENT +#define HAS_TEST_AND_SET +#include <abi_mutex.h> +typedef abilock_t slock_t; |