patch-2.3.25 linux/include/asm-i386/unistd.h
Next file: linux/include/asm-m68k/termios.h
Previous file: linux/include/asm-i386/string.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Fri Oct 29 13:19:49 1999
-  Orig file: 
v2.3.24/linux/include/asm-i386/unistd.h
-  Orig date: 
Mon Oct  4 15:49:30 1999
diff -u --recursive --new-file v2.3.24/linux/include/asm-i386/unistd.h linux/include/asm-i386/unistd.h
@@ -80,7 +80,7 @@
 #define __NR_sigpending		 73
 #define __NR_sethostname	 74
 #define __NR_setrlimit		 75
-#define __NR_getrlimit		 76
+#define __NR_getrlimit		 76	/* Back compatible 2Gig limited rlimit */
 #define __NR_getrusage		 77
 #define __NR_gettimeofday	 78
 #define __NR_settimeofday	 79
@@ -195,6 +195,7 @@
 #define __NR_getpmsg		188	/* some people actually want streams */
 #define __NR_putpmsg		189	/* some people actually want streams */
 #define __NR_vfork		190
+#define __NR_ugetrlimit		191	/* SuS compliant getrlimit */
 
 /* user-visible error numbers are in the range -1 - -124: see <asm-i386/errno.h> */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)