]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(pthread_cond_timedwait_relative): Don't mark as inline.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Nov 1999 05:00:59 +0000 (05:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Nov 1999 05:00:59 +0000 (05:00 +0000)
linuxthreads/condvar.c

index 0ce852abaa77d569bbd64a66c9bcb9642b9e9541..7e6ccb67313e96ecb6b48af1e217464aa2576b72 100644 (file)
@@ -61,7 +61,7 @@ int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
   return 0;
 }
 
-static inline int
+static int
 pthread_cond_timedwait_relative(pthread_cond_t *cond,
                                pthread_mutex_t *mutex,
                                const struct timespec * reltime)