patch-2.3.9 linux/include/linux/personality.h
Next file: linux/include/linux/proc_fs.h
Previous file: linux/include/linux/pci.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Jun 25 17:37:52 1999
- Orig file:
v2.3.8/linux/include/linux/personality.h
- Orig date:
Tue Dec 1 13:33:00 1998
diff -u --recursive --new-file v2.3.8/linux/include/linux/personality.h linux/include/linux/personality.h
@@ -24,6 +24,9 @@
#define PER_BSD (0x0006)
#define PER_XENIX (0x0007 | STICKY_TIMEOUTS)
#define PER_LINUX32 (0x0008)
+#define PER_IRIX32 (0x0009 | STICKY_TIMEOUTS) /* IRIX5 32-bit */
+#define PER_IRIXN32 (0x000a | STICKY_TIMEOUTS) /* IRIX6 new 32-bit */
+#define PER_IRIX64 (0x000b | STICKY_TIMEOUTS) /* IRIX6 64-bit */
/* Prototype for an lcall7 syscall handler. */
typedef void (*lcall7_func)(struct pt_regs *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)