summaryrefslogtreecommitdiff
path: root/src/semaphore/sem_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/semaphore/sem_destroy.c')
-rw-r--r--src/semaphore/sem_destroy.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/semaphore/sem_destroy.c b/src/semaphore/sem_destroy.c
deleted file mode 100644
index dd3a7633..00000000
--- a/src/semaphore/sem_destroy.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <semaphore.h>
-
-int sem_destroy(sem_t * sem)
-{
- return 0;
-}
-
-/*
-POSIX(199309)
-LINK(rt)
-*/
-
-
-#endif