summaryrefslogtreecommitdiff
path: root/patches/glibc/2.23
AgeCommit message (Collapse)AuthorFilesLines
2017-01-26Fix glibc 2.23/2.24 with --enable-static-nss.Alexey Neyman1-0/+30
2.22 and older have more warnings that break the build. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-06Fix for Candian-Cross builds for mingw host to arm target.C. Robert Daniels III1-0/+15
2016-09-07glibc: fixed compile errorYogesh Sharma1-0/+84
Fixed compile error with gcc 6.1 and glibc 2.23 involving missing parenthesis with patch from glibc git repository, commit df1cf48777fe4cd81ad7fb09ecbe5b31432b7c1c. Signed-off-by: Yogesh Sharma <YogeshASharma@gmail.com>
2016-02-23glibc: port glibc patch from 2.22 to 2.23Bryan Hundven1-0/+13
Only one patch ported forward from 2.22: * 100-Cygwin-doesnt-have-stat64.patch Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>