summaryrefslogtreecommitdiff
path: root/packages/uClibc-ng
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-11 02:00:59 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commit86c2982568de1ad4d4cc12a65b19231331484405 (patch)
tree2e0b3fb78c30877c0c152d59d0e0fff817b73822 /packages/uClibc-ng
parent1210b0c2f45e32ef0867ca00e16b6aadb6a81bf9 (diff)
Run patches thru `manage-packages -P`
This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/uClibc-ng')
-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
-