summaryrefslogtreecommitdiff
path: root/packages/glibc/2.21/0007-typedef-caddr.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.21/0007-typedef-caddr.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.21/0007-typedef-caddr.patch')
-rw-r--r--packages/glibc/2.21/0007-typedef-caddr.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/glibc/2.21/0007-typedef-caddr.patch b/packages/glibc/2.21/0007-typedef-caddr.patch
deleted file mode 100644
index 980939b..0000000
--- a/packages/glibc/2.21/0007-typedef-caddr.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- posix/sys/types.h | 3 +++
- 1 file changed, 3 insertions(+)
-
---- a/posix/sys/types.h
-+++ b/posix/sys/types.h
-@@ -113,7 +113,10 @@
- #ifdef __USE_MISC
- # ifndef __daddr_t_defined
- typedef __daddr_t daddr_t;
-+# if ! defined(caddr_t) && ! defined(__caddr_t_defined)
- typedef __caddr_t caddr_t;
-+# define __caddr_t_defined
-+# endif
- # define __daddr_t_defined
- # endif
- #endif