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