]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Allocate a personality for HPUX
authorMatthew Wilcox <willy@debian.org>
Sun, 3 Nov 2002 08:20:28 +0000 (00:20 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Sun, 3 Nov 2002 08:20:28 +0000 (00:20 -0800)
Some might argue that HPUX already has quite enough of a personality.

include/linux/personality.h

index 192f073b0a5a26ba56fc1d115dea6079764b56e1..ca5d403e49ffee853fca0bca0fcaaffd9cc3956a 100644 (file)
@@ -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,
 };