diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 18:46:36 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-29 18:46:36 +0000 |
commit | 9cb6bc936df5ccc6eb1a4ffb26d4cf5e73a61706 (patch) | |
tree | 438c5240cc42a6092474e872c264bab46ae74c9b /sys/compat/svr4/svr4_syscall.h | |
parent | 2de67afd31776b3a20dea753edfbff93aed5b8cf (diff) |
pread(2) / pwrite(2), regen
Diffstat (limited to 'sys/compat/svr4/svr4_syscall.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscall.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index ff845e90b74..40c13b17d89 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.12 1997/03/28 22:03:49 kstailey Exp + * created from OpenBSD: syscalls.master,v 1.13 1997/08/29 18:45:52 kstailey Exp */ #define SVR4_SYS_syscall 0 @@ -120,6 +120,8 @@ #define SVR4_SYS_gettimeofday 156 #define SVR4_SYS_getitimer 157 #define SVR4_SYS_setitimer 158 +#define SVR4_SYS_pread 173 +#define SVR4_SYS_pwrite 174 #define SVR4_SYS_acl 185 #define SVR4_SYS_facl 200 #define SVR4_SYS_setreuid 202 |