diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 15:06:59 +0000 |
commit | 1712faeb530b6da0a757ee4b9442de33b175a02b (patch) | |
tree | f1f4d022699da0869c3aa4b2b25eb304920bfc9b /libpthread/linuxthreads.old/semaphore.h | |
parent | 3bf5f3c7a490d1fa216124c0b6cdfaa5f8d1a463 (diff) | |
download | uClibc-alpine-1712faeb530b6da0a757ee4b9442de33b175a02b.tar.bz2 uClibc-alpine-1712faeb530b6da0a757ee4b9442de33b175a02b.tar.xz |
- whitespace cleanup; no obj-code changes (r24600)
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 |