summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-01-29move linux-specific header to linux subdirMike Frysinger
2006-01-29the timer_* funcs have been implemented in librt so enable their prototypesMike Frysinger
2006-01-27remove commentPeter S. Mazinger
2006-01-27Disabled NULL error_print_progname, uselessPeter S. Mazinger
2006-01-27The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding"Jan-Benedict Glaw"
2006-01-26Enable gcvt in header, we build itPeter S. Mazinger
2006-01-25hidden_strong_alias gone and won't be added back because it causes troublePeter S. Mazinger
2006-01-23Remove unneeded _GNU_SOURCEPeter S. Mazinger
2006-01-23sync with glibcMike Frysinger
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-23Sync w/ glibcPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-22Allow to be used in bits/syscalls.h even if _GNU_SOURCE is definedPeter S. Mazinger
2006-01-20disable deprecated warnings for some filesMike Frysinger
2006-01-20grab some macros for internal ldso usage and fix strong_alias/hidden_strong_a...Mike Frysinger
2006-01-20Correct comments, thx vapierPeter S. Mazinger
2006-01-20Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. Mov...Peter S. Mazinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-19Get rid of *_SYMBOL_PREFIXPeter S. Mazinger
2006-01-19Import some need bits from glibc to libc-internal.h, hidden_weak_alias gone, ...Peter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-19Joseph S. Myers writes:Eric Andersen
2006-01-18Remove unused CLOCK_IDFIELD_SIZE, not in glibcPeter S. Mazinger
2006-01-18Don't include twice features.h and correct typoPeter S. Mazinger
2006-01-17sync some stuff from glibc and fix __hidden_ver1() for targets that define a ...Mike Frysinger
2006-01-15revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-12Add fcntl64 prototypePeter S. Mazinger
2006-01-11fix warnings when building on sparcMike Frysinger
2006-01-09Get rid of hidden_defPeter S. Mazinger
2006-01-09include stdinit for arc4random() as pointed out by Jan-Benedict GlawMike Frysinger
2006-01-08prototypes for arc4randomMike Frysinger
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-05import the extend_alloca() macro from glibcMike Frysinger
2006-01-05Merge from branch."Steven J. Hill"
2006-01-04Sync w/ glibc, mostly REDIRECT_NTH,__wurPeter S. Mazinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger
2006-01-03keep __USE_GNU for program_invocation_*_namePeter S. Mazinger
2006-01-03Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger
2006-01-03Add more hidden prototypesPeter S. Mazinger
2006-01-03add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger
2006-01-03import a bunch of EM defines from gnu binutilsMike Frysinger
2006-01-03touchup comments and define Blackfin for Jie ZhangMike Frysinger
2005-12-30Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger
2005-12-16Correct C_SYMBOL_PREFIX handling for asm, supports only none or _Peter S. Mazinger
2005-12-16Use kernel provided syscalls for user-space, the one from libc is not usablePeter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger
2005-12-15Add for assembler all *aliasPeter S. Mazinger