diff options
Diffstat (limited to 'src/include/port/hpux.h')
-rw-r--r-- | src/include/port/hpux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index d1a6451836f..b9c0c7564eb 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -9,7 +9,7 @@ #define HAS_TEST_AND_SET typedef struct { - int sem[4]; + int sema[4]; } slock_t; #ifndef BIG_ENDIAN |