summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)AuthorAgeFilesLines
...
* s/_GNU_SOURCE/__USE_GNU/Peter S. Mazinger2006-01-231-1/+1
|
* Reorganize a bit and mark tdestroy as GNU extensionPeter S. Mazinger2006-01-231-4/+5
|
* Mark __assert as noreturnPeter S. Mazinger2006-01-231-1/+1
|
* Guard hidden prototypes accordinglyPeter S. Mazinger2006-01-231-2/+7
|
* Add some attribute_noreturn, replace __attribute__ ((noreturn)) as wellPeter S. Mazinger2006-01-232-2/+2
|
* Get rid of nested warningsPeter S. Mazinger2006-01-237-12/+38
|
* Correct memcpy usePeter S. Mazinger2006-01-231-1/+3
|
* Add __longjmp prototypePeter S. Mazinger2006-01-231-1/+1
|
* Remove redundancy and move hidden prototypes aroundPeter S. Mazinger2006-01-231-4/+4
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-22124-419/+107
| | | | is a useless attempt
* grab alpha version of mman.h from glibcMike Frysinger2006-01-221-0/+116
|
* import syscall from glibcMike Frysinger2006-01-212-2/+73
|
* fix building on 64bit hostsMike Frysinger2006-01-211-0/+7
|
* fix building on 64bit hostsMike Frysinger2006-01-213-0/+3
|
* fix unused warningsMike Frysinger2006-01-211-2/+2
|
* Remove old commentPeter S. Mazinger2006-01-211-2/+0
|
* Another __sigprocmaskPeter S. Mazinger2006-01-211-3/+1
|
* Remove other __sigprocmask occurences, even if unused, remove unsed filePeter S. Mazinger2006-01-213-59/+4
|
* Correct sigprocmask undefined for sh and remove the useless __sigprocmask weakPeter S. Mazinger2006-01-212-6/+3
|
* Convert l*seek too to use __typeofPeter S. Mazinger2006-01-212-2/+2
|
* Use __typeof instead of adding full prototypesPeter S. Mazinger2006-01-215-7/+7
|
* need prototype to fix sigaction warningsMike Frysinger2006-01-201-0/+3
|
* grab syscall macros from the kernelMike Frysinger2006-01-201-7/+185
|
* .set doesnt work on alphaMike Frysinger2006-01-201-1/+1
|
* need sys/syscall.h for __NR_fork defineMike Frysinger2006-01-201-0/+1
|
* fix building on alphaMike Frysinger2006-01-201-6/+7
|
* need unistd.h for brk prototypeMike Frysinger2006-01-201-0/+1
|
* fix building/warnings on 64bit archesMike Frysinger2006-01-201-2/+6
|
* fix warning when sizeof uchar_t is 8 bitsMike Frysinger2006-01-201-0/+4
|
* disable deprecated warnings for some filesMike Frysinger2006-01-206-0/+6
|
* Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other ↵Peter S. Mazinger2006-01-201-17/+21
| | | | use within uClibc, depends on fnmatch as well
* Correction if UNIX98PTY_ONLY is not enabledPeter S. Mazinger2006-01-202-5/+8
|
* move the sh64 code out of the sh headerMike Frysinger2006-01-202-5/+2
|
* Remove HAVE_ELFPeter S. Mazinger2006-01-199-21/+6
|
* Get rid of *_SYMBOL_PREFIXPeter S. Mazinger2006-01-194-4/+4
|
* Change to sane defaultsPeter S. Mazinger2006-01-1922-110/+222
|
* Remove MMAP_HAS_6_ARGSPeter S. Mazinger2006-01-191-2/+0
|
* update syscall macros so both ldso and libc can use themMike Frysinger2006-01-191-137/+99
|
* move a bunch of arch-specific checks out of common files and into an arch ↵Mike Frysinger2006-01-1926-41/+760
| | | | specific header file to make porting/updates a lot easier
* Correct unimportant typoPeter S. Mazinger2006-01-191-1/+1
|
* Joseph S. Myers writes:Eric Andersen2006-01-191-4/+6
| | | | | | | | | libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles.
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* give a little info as to what the file should containMike Frysinger2006-01-191-0/+5
|
* sync fenv.h with glibcMike Frysinger2006-01-183-1/+206
|
* Make gcc4 happy as wellPeter S. Mazinger2006-01-181-1/+1
|
* check for signal existence rather than using arch definesMike Frysinger2006-01-184-14/+13
|
* get rid of alpha definesMike Frysinger2006-01-181-2/+2
|
* get rid of arch specific checksMike Frysinger2006-01-184-31/+14
|
* correct prototypes and 1 reloc lessPeter S. Mazinger2006-01-171-5/+5
|
* Build if GETC_MACRO use is disabledPeter S. Mazinger2006-01-171-0/+4
|