]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/libpthread/src/semaphore.c
update
[l4.git] / l4 / pkg / uclibc / lib / libpthread / src / semaphore.c
index b2c075c96052b0da987eebdd02a3642b62d64aa8..8148127dbfedd2ddbbf1f91e08d722d20df5f6ad 100644 (file)
@@ -22,8 +22,6 @@
 #include "restart.h"
 #include "queue.h"
 
-#include <bits/uClibc_errno.h>
-
 int sem_init(sem_t *sem, int pshared, unsigned int value)
 {
   if (value > SEM_VALUE_MAX) {