summaryrefslogtreecommitdiffstats
path: root/extra/scripts/unifdef.c
Commit message (Collapse)AuthorAgeFilesLines
* unifdef: implement err.h funcs locallyMike Frysinger2009-08-191-1/+7
| | | | | | | | | | Since the err.h functions are optional in uClibc, make sure we can rebuild ourselves if support is disabled. URL: https://bugs.busybox.net/show_bug.cgi?id=257 Reported-by: Michael Deutschmann <michael@talamasca.ocis.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Merged revisions 25971,26002 via svnmerge from Khem Raj2009-04-071-5/+4
| | | | | | | | | | | | | | svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25971 | vapier | 2009-04-05 23:40:57 -0700 (Sun, 05 Apr 2009) | 1 line apply getline() fix from linux kernel ........ r26002 | vapier | 2009-04-06 22:52:48 -0700 (Mon, 06 Apr 2009) | 1 line implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier ........
* fix another corner case in unifdefDenis Vlasenko2008-12-281-2/+2
|
* patch up unifdef to recognize and remove "#if defined _LIBC && something"Denis Vlasenko2008-12-281-35/+99
| | | | | blocks too (and similar)
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-0/+1005