msyscall(2) goes away
authorderaadt <deraadt@openbsd.org>
Fri, 5 Apr 2024 14:15:13 +0000 (14:15 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 5 Apr 2024 14:15:13 +0000 (14:15 +0000)
sys/kern/syscalls.master

index d26572a..eac7cfc 100644 (file)
@@ -1,4 +1,4 @@
-;      $OpenBSD: syscalls.master,v 1.259 2024/03/28 02:19:57 deraadt Exp $
+;      $OpenBSD: syscalls.master,v 1.260 2024/04/05 14:15:13 deraadt Exp $
 ;      $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 34     STD             { int sys_chflags(const char *path, u_int flags); }
 35     STD             { int sys_fchflags(int fd, u_int flags); }
 36     STD             { void sys_sync(void); }
-37     STD             { int sys_msyscall(void *addr, size_t len); }
+37     OBSOL           msyscall
 38     STD             { int sys_stat(const char *path, struct stat *ub); }
 39     STD NOLOCK      { pid_t sys_getppid(void); }
 40     STD             { int sys_lstat(const char *path, struct stat *ub); }