diff options
| author | Matthew Wilcox <willy@debian.org> | 2002-11-03 00:20:28 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-11-03 00:20:28 -0800 |
| commit | 5088d993acfa6ebaf18b9e8c130af4113cc33e76 (patch) | |
| tree | 795fd4bdde1d180ed68b1973965cf1a2c11242fa /include/linux/personality.h | |
| parent | ee91d1a4f258263f3512505668fadf2fc2358212 (diff) | |
[PATCH] Allocate a personality for HPUX
Some might argue that HPUX already has quite enough of a personality.
Diffstat (limited to 'include/linux/personality.h')
| -rw-r--r-- | include/linux/personality.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/personality.h b/include/linux/personality.h index 192f073b0a5a..ca5d403e49ff 100644 --- a/include/linux/personality.h +++ b/include/linux/personality.h @@ -63,6 +63,7 @@ enum { PER_SOLARIS = 0x000d | STICKY_TIMEOUTS, PER_UW7 = 0x000e | STICKY_TIMEOUTS | MMAP_PAGE_ZERO, PER_OSF4 = 0x000f, /* OSF/1 v4 */ + PER_HPUX = 0x0010, PER_MASK = 0x00ff, }; |
