From e90ed63757fe1ab4307c97ac46ac5da3fdd2ad99 Mon Sep 17 00:00:00 2001 From: davidxu Date: Wed, 21 Nov 2007 05:23:54 +0000 Subject: Add some function prototypes. --- lib/libthr/thread/thr_sig.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/libthr') diff --git a/lib/libthr/thread/thr_sig.c b/lib/libthr/thread/thr_sig.c index 8f3b055..6da4b90 100644 --- a/lib/libthr/thread/thr_sig.c +++ b/lib/libthr/thread/thr_sig.c @@ -52,8 +52,13 @@ int ___pause(void); int _raise(int); int __sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec * timeout); +int _sigtimedwait(const sigset_t *set, siginfo_t *info, + const struct timespec * timeout); int __sigwaitinfo(const sigset_t *set, siginfo_t *info); +int _sigwaitinfo(const sigset_t *set, siginfo_t *info); int __sigwait(const sigset_t *set, int *sig); +int _sigwait(const sigset_t *set, int *sig); +int __sigsuspend(const sigset_t *sigmask); static void -- cgit v1.1