summaryrefslogtreecommitdiff
path: root/packages/uClibc-ng/1.0.38/0000-include-sys-personality-h-resync-with-glibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/uClibc-ng/1.0.38/0000-include-sys-personality-h-resync-with-glibc.patch')
-rw-r--r--packages/uClibc-ng/1.0.38/0000-include-sys-personality-h-resync-with-glibc.patch11
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/uClibc-ng/1.0.38/0000-include-sys-personality-h-resync-with-glibc.patch b/packages/uClibc-ng/1.0.38/0000-include-sys-personality-h-resync-with-glibc.patch
index 446cd6e..6c1d9ba 100644
--- a/packages/uClibc-ng/1.0.38/0000-include-sys-personality-h-resync-with-glibc.patch
+++ b/packages/uClibc-ng/1.0.38/0000-include-sys-personality-h-resync-with-glibc.patch
@@ -8,11 +8,9 @@ defined in uClibc-ng, but is used for example by the uftrace project.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
- include/sys/personality.h | 18 +++++++++++++-----
+ include/sys/personality.h | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
-diff --git a/include/sys/personality.h b/include/sys/personality.h
-index ee1de64..fd77bdb 100644
--- a/include/sys/personality.h
+++ b/include/sys/personality.h
@@ -1,4 +1,4 @@
@@ -51,7 +49,7 @@ index ee1de64..fd77bdb 100644
};
/* Personality types.
-@@ -41,6 +47,7 @@ enum
+@@ -41,6 +47,7 @@
{
PER_LINUX = 0x0000,
PER_LINUX_32BIT = 0x0000 | ADDR_LIMIT_32BIT,
@@ -59,7 +57,7 @@ index ee1de64..fd77bdb 100644
PER_SVR4 = 0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,
PER_SVR3 = 0x0002 | STICKY_TIMEOUTS | SHORT_INODE,
PER_SCOSVR3 = 0x0003 | STICKY_TIMEOUTS | WHOLE_SECONDS | SHORT_INODE,
-@@ -51,14 +58,15 @@ enum
+@@ -51,14 +58,15 @@
PER_SUNOS = 0x0006 | STICKY_TIMEOUTS,
PER_XENIX = 0x0007 | STICKY_TIMEOUTS | SHORT_INODE,
PER_LINUX32 = 0x0008,
@@ -77,6 +75,3 @@ index ee1de64..fd77bdb 100644
PER_MASK = 0x00ff,
};
---
-cgit v0.11.2-3-g2eb4
-