summaryrefslogtreecommitdiffstats
path: root/include/features.h
Commit message (Expand)AuthorAgeFilesLines
* features.h: reorganizePeter S. Mazinger2009-11-221-66/+59
* help broken apps to detect __GLIBC__ headersPeter S. Mazinger2009-11-221-4/+6
* update headers and disable prototypesPeter S. Mazinger2009-11-221-0/+2
* move __linux__ to libc-internal.hPeter S. Mazinger2009-11-221-8/+0
* rm uClibc_arch_features.h on installPeter S. Mazinger2009-11-221-3/+0
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-191-1/+1
* first pass at implementing *at funcsMike Frysinger2009-08-191-15/+36
* - pull r24946 from trunk (remove unavailable functionality; psm)Bernhard Reutner-Fischer2009-01-211-0/+2
* Merged from trunk.Khem Raj2008-12-221-4/+18
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-1/+2
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-4/+4
* More merging from trunk."Steven J. Hill"2007-01-211-2/+4
* Merge from trunk."Steven J. Hill"2006-08-211-0/+2
* Merge from trunk."Steven J. Hill"2006-02-251-44/+78
* Bringe in usage of 'uClibc_arch_features.h' for MIPS."Steven J. Hill"2006-02-131-0/+1
* Merge from trunk."Steven J. Hill"2005-10-301-1/+1
* Sync with trunk."Steven J. Hill"2005-09-211-103/+41
* Rename 'fork.c' to be 'fork-nptl.c' because it ends up replacing the object '..."Steven J. Hill"2005-08-171-13/+0
* Sync with trunk."Steven J. Hill"2005-08-111-5/+5
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-4/+4
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-12/+17
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-121-0/+8
* Remove compatibility cruft."Steven J. Hill"2005-06-031-71/+0
* libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c"Steven J. Hill"2005-05-261-0/+71
* newer linux headers define __cast__ in compiler.h so lets fake it tooMike Frysinger2005-01-111-0/+3
* Arrange to hide uClibc internalsEric Andersen2004-10-271-0/+7
* Cleanup some dead wood in the header filesEric Andersen2004-07-301-30/+11
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-0/+3
* Cope with 2.6.x headersEric Andersen2004-01-021-0/+4
* prevent some needless warnings when building w/2.6.x kernel headersEric Andersen2003-11-211-0/+3
* sigh. The cris compiler doesn't do link_warning's....Eric Andersen2003-09-091-1/+5
* Only define __STDC_ISO_10646__ if wide char support is enabled.Manuel Novoa III2003-09-031-0/+2
* Avoid gratuitous conflicts when used with kernel headersEric Andersen2003-08-221-2/+6
* also carefully booleanize the false valueEric Andersen2003-08-111-2/+2
* silly me, thats not going to work.Eric Andersen2003-08-101-3/+2
* An even simpler likelyEric Andersen2003-08-101-1/+1
* Update likely() to cope with truth values other than 1Eric Andersen2003-08-101-2/+2
* Patch from Stefan Allius:Eric Andersen2003-02-171-1/+1
* Make sure we have __linux__ definedEric Andersen2002-11-091-0/+3
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-5/+5
* Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough2002-08-091-2/+2
* Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to useEric Andersen2002-05-281-7/+2
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-281-5/+15
* Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>Eric Andersen2002-05-231-2/+8
* Remove function declartions from include/features.h, createEric Andersen2002-04-011-14/+1
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-311-0/+13
* Hide libc specific junk inside a #ifdef _LIBC to avoidEric Andersen2002-03-151-6/+7
* Fix a segfault in scandir for empty directories. After looking overEric Andersen2002-03-121-2/+5
* Remove elimination of __BEGIN_DECLS/__END_DECLSEric Andersen2002-02-261-4/+0
* I was confusing the effects of _LARGEFILE_SOURCE with those ofManuel Novoa III2002-02-221-27/+25