Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Allow the _ksem_*() syscalls to be properly seen by...



details:   https://anonhg.NetBSD.org/src/rev/d1103337793f
branches:  trunk
changeset: 542214:d1103337793f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jan 23 23:29:46 2003 +0000

description:
Allow the _ksem_*() syscalls to be properly seen by ktruss/kdump.

diffstat:

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

diffs (18 lines):

diff -r d461cb82eeeb -r d1103337793f sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Thu Jan 23 23:18:04 2003 +0000
+++ b/sys/kern/syscalls.master  Thu Jan 23 23:29:46 2003 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.122 2003/01/20 20:24:21 christos Exp $
+       $NetBSD: syscalls.master,v 1.123 2003/01/23 23:29:46 thorpej Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -516,7 +516,7 @@
 244    UNIMPL          sys_sigwaitinfo
 245    UNIMPL          sys_sigtimedwait
 246    UNIMPL          sys_sigqueue
-#ifdef P1003_1B_SEMAPHORE
+#if defined(P1003_1B_SEMAPHORE) || !defined(_KERNEL)
 247    STD             { int sys__ksem_init(unsigned int value, semid_t *idp); }
 248    STD             { int sys__ksem_open(const char *name, int oflag, \
                            mode_t mode, unsigned int value, semid_t *idp); }



Home | Main Index | Thread Index | Old Index