summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2016-11-12 18:49:26 (GMT)
committerJoachim Nilsson <troglobit@gmail.com>2016-11-12 18:49:26 (GMT)
commit9b216274e528585919525083a80ad5f381b5daf0 (patch)
treedd72f70e18873203445983136a94adee3d6d171a /patches
parent5ebbb52be04e42bbd1c28b903eba642bebaeb1b6 (diff)
glibc: Add glibc-2.24
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/glibc/2.24/100-Cygwin-doesnt-have-stat64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/glibc/2.24/100-Cygwin-doesnt-have-stat64.patch b/patches/glibc/2.24/100-Cygwin-doesnt-have-stat64.patch
new file mode 100644
index 0000000..9097628
--- /dev/null
+++ b/patches/glibc/2.24/100-Cygwin-doesnt-have-stat64.patch
@@ -0,0 +1,13 @@
+--- glibc-2.22/sunrpc/rpc_main.c.orig 2015-08-05 07:42:21.000000000 +0100
++++ glibc-2.22/sunrpc/rpc_main.c 2015-10-21 23:37:31.071268800 +0100
+@@ -51,6 +51,10 @@
+ #include "rpc_scan.h"
+ #include "proto.h"
+
++#if defined(__CYGWIN__)
++#define stat64 stat
++#endif
++
+ #include "../version.h"
+ #define PACKAGE _libc_intl_domainname
+