summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2006-01-23Remove redundancy and move hidden prototypes aroundPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-22grab alpha version of mman.h from glibcMike Frysinger
2006-01-21import syscall from glibcMike Frysinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-21fix unused warningsMike Frysinger
2006-01-21Remove old commentPeter S. Mazinger
2006-01-21Another __sigprocmaskPeter S. Mazinger
2006-01-21Remove other __sigprocmask occurences, even if unused, remove unsed filePeter S. Mazinger
2006-01-21Correct sigprocmask undefined for sh and remove the useless __sigprocmask weakPeter S. Mazinger
2006-01-21Convert l*seek too to use __typeofPeter S. Mazinger
2006-01-21Use __typeof instead of adding full prototypesPeter S. Mazinger
2006-01-20need prototype to fix sigaction warningsMike Frysinger
2006-01-20grab syscall macros from the kernelMike Frysinger
2006-01-20.set doesnt work on alphaMike Frysinger
2006-01-20need sys/syscall.h for __NR_fork defineMike Frysinger
2006-01-20fix building on alphaMike Frysinger
2006-01-20need unistd.h for brk prototypeMike Frysinger
2006-01-20fix building/warnings on 64bit archesMike Frysinger
2006-01-20fix warning when sizeof uchar_t is 8 bitsMike Frysinger
2006-01-20disable deprecated warnings for some filesMike Frysinger
2006-01-20Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other use...Peter S. Mazinger
2006-01-20Correction if UNIX98PTY_ONLY is not enabledPeter S. Mazinger
2006-01-20move the sh64 code out of the sh headerMike Frysinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger
2006-01-19Get rid of *_SYMBOL_PREFIXPeter S. Mazinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19Remove MMAP_HAS_6_ARGSPeter S. Mazinger
2006-01-19update syscall macros so both ldso and libc can use themMike Frysinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-19Correct unimportant typoPeter S. Mazinger
2006-01-19Joseph S. Myers writes:Eric Andersen
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-18sync fenv.h with glibcMike Frysinger
2006-01-18Make gcc4 happy as wellPeter S. Mazinger
2006-01-18check for signal existence rather than using arch definesMike Frysinger
2006-01-18get rid of alpha definesMike Frysinger
2006-01-18get rid of arch specific checksMike Frysinger
2006-01-17correct prototypes and 1 reloc lessPeter S. Mazinger
2006-01-17Build if GETC_MACRO use is disabledPeter S. Mazinger
2006-01-17use the 6-arg version of mmap where availableMike Frysinger
2006-01-17update strcoll stuffMike Frysinger
2006-01-16s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger
2006-01-16Correct a typoPeter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-16touchup styleMike Frysinger
2006-01-16some global data relocs gonePeter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger