Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/kern Sync with HEAD.



details:   https://anonhg.NetBSD.org/src/rev/8eb4c71b0972
branches:  nathanw_sa
changeset: 506610:8eb4c71b0972
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Dec 19 23:57:19 2002 +0000

description:
Sync with HEAD.

diffstat:

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

diffs (22 lines):

diff -r 9e2717d77b73 -r 8eb4c71b0972 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Thu Dec 19 23:20:18 2002 +0000
+++ b/sys/kern/syscalls.master  Thu Dec 19 23:57:19 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.108.2.13 2002/11/11 22:14:03 nathanw Exp $
+       $NetBSD: syscalls.master,v 1.108.2.14 2002/12/19 23:57:19 thorpej Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -512,9 +512,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