summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-06-01 08:52:38 +0000
committerpeter <peter@FreeBSD.org>1997-06-01 08:52:38 +0000
commit3f7a596546b0f76b363150a91953b643697af580 (patch)
tree0f18f9826ec7c6ae7f0cf565f63e9d8db360c1d8 /sys/kern/syscalls.master
parent4c32cf280a214cd971918a9a9fa31ce81f49b909 (diff)
downloadFreeBSD-src-3f7a596546b0f76b363150a91953b643697af580.zip
FreeBSD-src-3f7a596546b0f76b363150a91953b643697af580.tar.gz
New syscall, signanosleep(), which is a hybrid of sigsuspend(2) and
nanosleep(2). It sleeps until either the time expires, or a signal permitted by the supplied mask arrives (eg: SIGALRM if appropriate)
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 45a033f..82ceb9d 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.37 1997/05/08 14:04:37 peter Exp $
+ $Id: syscalls.master,v 1.38 1997/05/08 14:07:11 peter Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
;
; System call name/number master file.
@@ -460,4 +460,5 @@
310 UNIMPL NOHIDE getsid
311 UNIMPL NOHIDE setresuid
312 UNIMPL NOHIDE setresgid
-; utrace should be moved here.
+313 STD BSD { int signanosleep(const struct timespec *rqtp, \
+ struct timespec *rmtp, sigset_t *mask); }
OpenPOWER on IntegriCloud