summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.30/200-getline-already-declared.patch
AgeCommit message (Collapse)AuthorFilesLines
2015-11-11uClibc: Reduce supported versionsBryan Hundven1-29/+0
This commit reduces the number of supported versions to: * 0.9.33.2 * custom location Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2011-08-22libc/uClibc: portability fixes to install_headersTitus von Boxberg"1-0/+29
Add patch files for uClibc-0.9.30: extra/scripts/install_headers.sh: find must be called with path. extra/scripts/unifdef.c: getline is declared in <stdio.h>, use different name. Reported-by: "Guylhem Aznar" <crossgcc@guylhem.net> Reported-by: "Titus von Boxberg" <titus@v9g.de> Signed-off-by: "Titus von Boxberg" <titus@v9g.de>