Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/hpux getpid(2) is MP-safe.



details:   https://anonhg.NetBSD.org/src/rev/6c53b694bca3
branches:  trunk
changeset: 502931:6c53b694bca3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jan 27 07:53:10 2001 +0000

description:
getpid(2) is MP-safe.

diffstat:

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

diffs (18 lines):

diff -r 2abd25391471 -r 6c53b694bca3 sys/compat/hpux/syscalls.master
--- a/sys/compat/hpux/syscalls.master   Sat Jan 27 07:52:20 2001 +0000
+++ b/sys/compat/hpux/syscalls.master   Sat Jan 27 07:53:10 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.23 2000/12/09 05:27:29 mycroft Exp $
+       $NetBSD: syscalls.master,v 1.24 2001/01/27 07:53:10 thorpej Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -76,7 +76,7 @@
                            struct hpux_ostat *sb); }
 19     NOARGS          { long compat_43_sys_lseek(int fd, long offset, \
                            int whence); }
-20     NOARGS          { pid_t sys_getpid(void); }
+20     NOARGS MPSAFE   { pid_t sys_getpid(void); }
 21     UNIMPL          mount
 22     UNIMPL          umount
 23     NOARGS          { int sys_setuid(uid_t uid); }



Home | Main Index | Thread Index | Old Index