diff options
Diffstat (limited to 'pthread_cond_destroy.c')
-rw-r--r-- | pthread_cond_destroy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread_cond_destroy.c b/pthread_cond_destroy.c index 7a34068..b788f9c 100644 --- a/pthread_cond_destroy.c +++ b/pthread_cond_destroy.c @@ -38,7 +38,6 @@ #include "pthread.h" #include "implement.h" - int pthread_cond_destroy (pthread_cond_t * cond) /* |