summaryrefslogtreecommitdiffstats
path: root/include/features.h
Commit message (Expand)AuthorAgeFilesLines
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-091-1/+4
* make it possible to compile with -std=gnu99/c99 and use extern inlinesPeter S. Mazinger2011-03-031-1/+1
* features.h: reorganizePeter S. Mazinger2009-11-191-66/+59
* help broken apps to detect __GLIBC__ headersPeter S. Mazinger2009-11-191-4/+6
* update headers and disable prototypesPeter S. Mazinger2009-11-191-0/+2
* move __linux__ to libc-internal.hPeter S. Mazinger2009-11-191-8/+0
* rm uClibc_arch_features.h on installPeter S. Mazinger2009-11-191-3/+0
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-1/+1
* first pass at implementing *at funcsMike Frysinger2009-07-201-15/+36
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-0/+2
* features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)Denis Vlasenko2008-12-131-1/+7
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-131-3/+11
* - for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into a...Bernhard Reutner-Fischer2008-09-061-1/+2
* drop __user hack for crappy kernel headers and document the __linux__ greaseMike Frysinger2007-09-151-4/+4
* - honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer2006-11-291-2/+4
* cut out _FORTIFY_SOURCEMike Frysinger2006-05-121-0/+2
* Correct typoPeter S. Mazinger2006-02-231-1/+1
* Sync w/ glibc, disabling *at interfacesPeter S. Mazinger2006-02-231-43/+77
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-0/+1
* Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.Peter S. Mazinger2005-10-111-1/+1
* merge some misc stuff from glibcMike Frysinger2005-09-211-18/+36
* move misc internal definitions to a sep file to minimize differences with fea...Mike Frysinger2005-09-211-85/+5
* In Bug 364 by hassold:Mike Frysinger2005-08-101-5/+5
* 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
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-201-0/+1