From ef187474bc32c56121db454e023197f2037e601d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Apr 2000 17:15:10 +0000 Subject: Update. * sysdeps/alpha/dl-machine.h (RTLD_START):Rewrite for new init function interface. Patch by Richard Henderson . --- linuxthreads/restart.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linuxthreads/restart.h') diff --git a/linuxthreads/restart.h b/linuxthreads/restart.h index 702d7d15c6..0a69309c5b 100644 --- a/linuxthreads/restart.h +++ b/linuxthreads/restart.h @@ -25,3 +25,9 @@ static inline void suspend(pthread_descr self) { __pthread_suspend(self); /* see pthread.c */ } + +static inline int timedsuspend(pthread_descr self, + const struct timespec *abstime) +{ + return __pthread_timedsuspend(self, abstime); /* see pthread.c */ +} -- cgit v1.2.3