syscall 139 is ULTRIX_SYS_sigcleanup (from Simon Burge)

This commit is contained in:
mellon 1995-05-29 17:32:35 +00:00
parent f722fd7346
commit ccd1ab13a1
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
#define ULTRIX_SYS_mkdir 136
#define ULTRIX_SYS_rmdir 137
#define ULTRIX_SYS_utimes 138
#define ULTRIX_SYS_sigreturn 139
#define ULTRIX_SYS_sigcleanup 139 /* From 4.2 longjmp; same as SYS_sigreturn */
#define ULTRIX_SYS_adjtime 140
#define ULTRIX_SYS_compat_43_getpeername 141
#define ULTRIX_SYS_compat_43_gethostid 142