aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-05-14 11:28:11 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-05-14 11:28:11 +0000
commit786cf38a2916748c080646512b2641744813db3b (patch)
tree041e3d56e216b7c422cbc96b950e3e5bd6be95e3 /sys/kern
parent1973d51bfba36530972a42e80654f9996d152dbb (diff)
downloadsrc-786cf38a2916748c080646512b2641744813db3b.tar.gz
src-786cf38a2916748c080646512b2641744813db3b.zip
deep-six signanosleep(). It sounded like a good idea at the time.
Notes
Notes: svn path=/head/; revision=36033
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 3b8ef7b61f64..a26615c0a68b 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
- $Id: syscalls.master,v 1.49 1998/03/28 11:50:01 dufault Exp $
+ $Id: syscalls.master,v 1.50 1998/05/11 03:55:27 dyson Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
;
; System call name/number master file.
@@ -442,8 +442,7 @@
310 STD BSD { int getsid(pid_t pid); }
311 UNIMPL NOHIDE setresuid
312 UNIMPL NOHIDE setresgid
-313 STD BSD { int signanosleep(const struct timespec *rqtp, \
- struct timespec *rmtp, sigset_t *mask); }
+313 OBSOL NOHIDE signanosleep
314 STD BSD { int aio_return(struct aiocb *aiocbp); }
315 STD BSD { int aio_suspend(struct aiocb * const * aiocbp, int nent, const struct timespec *timeout); }
316 STD BSD { int aio_cancel(int fd, struct aiocb *aiocbp); }