diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:30 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:30 +0000 |
commit | 3f59c71ed8ef6c66f3e3c31162f536861a190a1c (patch) | |
tree | bfbe78c694bab9b048ca6b9e99425284ad8188e6 /libpthread/linuxthreads.old/semaphore.h | |
parent | 90ca90c53d4364ebefeb54a99deb4c7890d84488 (diff) |
- whitespace cleanup; no obj-code changes
Diffstat (limited to 'libpthread/linuxthreads.old/semaphore.h')
-rw-r--r-- | libpthread/linuxthreads.old/semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/semaphore.h b/libpthread/linuxthreads.old/semaphore.h index fac2e5937..fea127b1e 100644 --- a/libpthread/linuxthreads.old/semaphore.h +++ b/libpthread/linuxthreads.old/semaphore.h @@ -42,7 +42,7 @@ typedef struct #define SEM_FAILED ((sem_t *) 0) /* Maximum value the semaphore can have. */ -#define SEM_VALUE_MAX ((int) ((~0u) >> 1)) +#define SEM_VALUE_MAX ((int) ((~0u) >> 1)) __BEGIN_DECLS |