File:  [DVB] / dietlibc / lib / sigtimedwait.c
Revision 1.2: download - view: text, annotated - select for diffs
Mon Jul 23 19:24:34 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
missed some prototypes...

#include <signal.h>

int __rt_sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *ts, long nr);

int sigtimedwait(const sigset_t *set, siginfo_t *info, const struct timespec *ts) {
  return __rt_sigtimedwait(set,info,ts,_NSIG/8);
}

LinuxTV legacy CVS <linuxtv.org/cvs>