Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Reserve syscall slots for sigwaitinfo(2), sigtimedw...



details:   https://anonhg.NetBSD.org/src/rev/1b252dee51e4
branches:  trunk
changeset: 540608:1b252dee51e4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Dec 19 23:51:00 2002 +0000

description:
Reserve syscall slots for sigwaitinfo(2), sigtimedwait(2), and
sigqueue(2).

diffstat:

 sys/kern/syscalls.master |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r f98683b5fdbe -r 1b252dee51e4 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Thu Dec 19 23:31:54 2002 +0000
+++ b/sys/kern/syscalls.master  Thu Dec 19 23:51:00 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.116 2002/10/23 09:14:24 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.117 2002/12/19 23:51:00 thorpej Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -507,9 +507,9 @@
 241    STD             { int sys_fdatasync(int fd); }
 242    STD             { int sys_mlockall(int flags); }
 243    STD             { int sys_munlockall(void); }
-244    UNIMPL
-245    UNIMPL
-246    UNIMPL
+244    UNIMPL          sys_sigwaitinfo
+245    UNIMPL          sys_sigtimedwait
+246    UNIMPL          sys_sigqueue
 247    UNIMPL
 248    UNIMPL
 249    UNIMPL



Home | Main Index | Thread Index | Old Index