Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2b1f895f3c44
branches:  trunk
changeset: 502927:2b1f895f3c44
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Jan 27 07:50:11 2001 +0000

description:
getpid(2) is MP-safe.

diffstat:

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

diffs (18 lines):

diff -r cae47c881585 -r 2b1f895f3c44 sys/compat/aout/syscalls.master
--- a/sys/compat/aout/syscalls.master   Sat Jan 27 07:48:28 2001 +0000
+++ b/sys/compat/aout/syscalls.master   Sat Jan 27 07:50:11 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.12 2000/12/09 05:27:28 mycroft Exp $
+       $NetBSD: syscalls.master,v 1.13 2001/01/27 07:50:11 thorpej Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -90,7 +90,7 @@
                            int flags); }
 19     NOARGS          { long compat_43_sys_lseek(int fd, long offset, \
                            int whence); } olseek
-20     NOARGS          { pid_t sys_getpid(void); }
+20     NOARGS MPSAFE   { pid_t sys_getpid(void); }
 21     STD             { int aout_sys_mount(const char *type, \
                            const char *path, int flags, void *data); }
 22     STD             { int aout_sys_unmount(const char *path, int flags); }



Home | Main Index | Thread Index | Old Index