diff options
Diffstat (limited to 'sys/compat/hpux/hpux_syscall.h')
-rw-r--r-- | sys/compat/hpux/hpux_syscall.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/compat/hpux/hpux_syscall.h b/sys/compat/hpux/hpux_syscall.h index 9d1924965e4..02d1e7e2eb2 100644 --- a/sys/compat/hpux/hpux_syscall.h +++ b/sys/compat/hpux/hpux_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.8 1995/10/07 06:26:42 mycroft Exp + * created from NetBSD: syscalls.master,v 1.9 1995/11/28 08:39:56 thorpej Exp */ #define HPUX_SYS_syscall 0 @@ -18,39 +18,39 @@ #define HPUX_SYS_unlink 10 #define HPUX_SYS_execv 11 #define HPUX_SYS_chdir 12 - /* 13 is compat_hpux_6x time */ +#define HPUX_SYS_time_6x 13 #define HPUX_SYS_mknod 14 #define HPUX_SYS_chmod 15 #define HPUX_SYS_chown 16 #define HPUX_SYS_obreak 17 - /* 18 is compat_hpux_6x stat */ +#define HPUX_SYS_stat_6x 18 #define HPUX_SYS_lseek 19 #define HPUX_SYS_getpid 20 #define HPUX_SYS_setuid 23 #define HPUX_SYS_getuid 24 - /* 25 is compat_hpux_6x stime */ +#define HPUX_SYS_stime_6x 25 #define HPUX_SYS_ptrace 26 - /* 27 is compat_hpux_6x alarm */ - /* 28 is compat_hpux_6x fstat */ - /* 29 is compat_hpux_6x pause */ - /* 30 is compat_hpux_6x utime */ - /* 31 is compat_hpux_6x stty */ - /* 32 is compat_hpux_6x gtty */ +#define HPUX_SYS_alarm_6x 27 +#define HPUX_SYS_fstat_6x 28 +#define HPUX_SYS_pause_6x 29 +#define HPUX_SYS_utime_6x 30 +#define HPUX_SYS_stty_6x 31 +#define HPUX_SYS_gtty_6x 32 #define HPUX_SYS_access 33 - /* 34 is compat_hpux_6x nice */ - /* 35 is compat_hpux_6x ftime */ +#define HPUX_SYS_nice_6x 34 +#define HPUX_SYS_ftime_6x 35 #define HPUX_SYS_sync 36 #define HPUX_SYS_kill 37 #define HPUX_SYS_stat 38 - /* 39 is compat_hpux_6x setpgrp */ +#define HPUX_SYS_setpgrp_6x 39 #define HPUX_SYS_lstat 40 #define HPUX_SYS_dup 41 #define HPUX_SYS_pipe 42 - /* 43 is compat_hpux_6x times */ +#define HPUX_SYS_times_6x 43 #define HPUX_SYS_profil 44 #define HPUX_SYS_setgid 46 #define HPUX_SYS_getgid 47 - /* 48 is compat_hpux_6x ssig */ +#define HPUX_SYS_ssig_6x 48 #define HPUX_SYS_ioctl 54 #define HPUX_SYS_symlink 56 #define HPUX_SYS_utssys 57 |