From 088f450bfd37ca03f5619851aeacfa75bdb66ad5 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 12 May 2011 22:55:02 +0200 Subject: linuxthreads.old: move libpthread_hidden_proto to header Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/linuxthreads.old/condvar.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libpthread/linuxthreads.old/condvar.c') diff --git a/libpthread/linuxthreads.old/condvar.c b/libpthread/linuxthreads.old/condvar.c index 23e71393c..35daacf15 100644 --- a/libpthread/linuxthreads.old/condvar.c +++ b/libpthread/linuxthreads.old/condvar.c @@ -25,16 +25,6 @@ #include "queue.h" #include "restart.h" -libpthread_hidden_proto(pthread_cond_broadcast) -libpthread_hidden_proto(pthread_cond_destroy) -libpthread_hidden_proto(pthread_cond_init) -libpthread_hidden_proto(pthread_cond_signal) -libpthread_hidden_proto(pthread_cond_wait) -libpthread_hidden_proto(pthread_cond_timedwait) - -libpthread_hidden_proto(pthread_condattr_destroy) -libpthread_hidden_proto(pthread_condattr_init) - int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr attribute_unused) { -- cgit v1.2.3