summaryrefslogtreecommitdiff
path: root/packages/glibc/2.13/0017-check_native-headers.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-26 07:47:36 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-26 07:47:42 (GMT)
commitaa524934f5fcfedb91b03d2fec7a8dd4dd080aea (patch)
treeff5e58ebf6d3aa1fdff5fb1cf9888904f19cd4fa /packages/glibc/2.13/0017-check_native-headers.patch
parent02d1503f6769be4ad8058b393d4245febced459f (diff)
parentdab2d8011ea67118348a6bd28ae3583960c1b5c3 (diff)
Merge branch 'remove-obsolete-versions' of https://github.com/cpackham/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/glibc/2.13/0017-check_native-headers.patch')
-rw-r--r--packages/glibc/2.13/0017-check_native-headers.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/glibc/2.13/0017-check_native-headers.patch b/packages/glibc/2.13/0017-check_native-headers.patch
deleted file mode 100644
index 2b1b619..0000000
--- a/packages/glibc/2.13/0017-check_native-headers.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-many ports hit this warning:
-../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
-../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
-
-snipped from suse
-
----
- sysdeps/unix/sysv/linux/check_native.c | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/sysdeps/unix/sysv/linux/check_native.c
-+++ b/sysdeps/unix/sysv/linux/check_native.c
-@@ -23,6 +23,7 @@
- #include <stddef.h>
- #include <stdint.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <time.h>
- #include <unistd.h>
- #include <net/if.h>