Unlock getppid(2).
authormvs <mvs@openbsd.org>
Mon, 18 Jan 2021 18:25:51 +0000 (18:25 +0000)
committermvs <mvs@openbsd.org>
Mon, 18 Jan 2021 18:25:51 +0000 (18:25 +0000)
ok mpi@

sys/kern/syscalls.master

index fb9f1a4..6ba28a2 100644 (file)
@@ -1,4 +1,4 @@
-;      $OpenBSD: syscalls.master,v 1.207 2020/03/18 19:33:36 anton Exp $
+;      $OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp $
 ;      $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 36     STD             { void sys_sync(void); }
 37     STD             { int sys_msyscall(void *addr, size_t len); }
 38     STD             { int sys_stat(const char *path, struct stat *ub); }
-39     STD             { pid_t sys_getppid(void); }
+39     STD NOLOCK      { pid_t sys_getppid(void); }
 40     STD             { int sys_lstat(const char *path, struct stat *ub); }
 41     STD NOLOCK      { int sys_dup(int fd); }
 42     STD             { int sys_fstatat(int fd, const char *path, \