Add some function prototypes.

This commit is contained in:
David Xu 2007-11-21 05:23:54 +00:00
parent 6fdfcacb4a
commit 922d56f9de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173802

View File

@ -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