mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
Add glibc 2.26
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
08454a985f
commit
079fbe8568
15
packages/glibc/2.26/910-typedef-caddr.patch
vendored
Normal file
15
packages/glibc/2.26/910-typedef-caddr.patch
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
diff -urN glibc-2.23-orig/posix/sys/types.h glibc-2.23/posix/sys/types.h
|
||||
--- glibc-2.23-orig/posix/sys/types.h 2016-02-18 12:54:00.000000000 -0500
|
||||
+++ glibc-2.23/posix/sys/types.h 2017-01-06 11:40:05.842147165 -0500
|
||||
@@ -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
|
||||
|
0
packages/glibc/2.26/version.desc
vendored
Normal file
0
packages/glibc/2.26/version.desc
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user