summaryrefslogtreecommitdiff
path: root/include/features.h
AgeCommit message (Expand)Author
2017-06-01include/features.h: add _DEFAULT_SOURCE macroAnthony G. Basile
2017-05-07sync features.h with GNU C library, fixes gcc 7.1 toolchain creationWaldemar Brodkorb
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb
2015-12-17Revert "glibc compat: bump glibc minor version"Waldemar Brodkorb
2015-08-14glibc compat: bump glibc minor versionWaldemar Brodkorb
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2011-03-09guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger
2011-03-03make it possible to compile with -std=gnu99/c99 and use extern inlinesPeter S. Mazinger
2009-11-19features.h: reorganizePeter S. Mazinger
2009-11-19help broken apps to detect __GLIBC__ headersPeter S. Mazinger
2009-11-19update headers and disable prototypesPeter S. Mazinger
2009-11-19move __linux__ to libc-internal.hPeter S. Mazinger
2009-11-19rm uClibc_arch_features.h on installPeter S. Mazinger
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-01-21- remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer
2008-12-13features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)Denis Vlasenko
2008-12-13*: document __USE_EXTERN_INLINES better;Denis Vlasenko
2008-09-06- for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into a...Bernhard Reutner-Fischer
2007-09-15drop __user hack for crappy kernel headers and document the __linux__ greaseMike Frysinger
2006-11-29- honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer
2006-05-12cut out _FORTIFY_SOURCEMike Frysinger
2006-02-23Correct typoPeter S. Mazinger
2006-02-23Sync w/ glibc, disabling *at interfacesPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2005-10-11Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.Peter S. Mazinger
2005-09-21merge some misc stuff from glibcMike Frysinger
2005-09-21move misc internal definitions to a sep file to minimize differences with fea...Mike Frysinger
2005-08-10In Bug 364 by hassold:Mike Frysinger
2005-01-11newer linux headers define __cast__ in compiler.h so lets fake it tooMike Frysinger
2004-10-27Arrange to hide uClibc internalsEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-01-02Cope with 2.6.x headersEric Andersen
2003-11-21prevent some needless warnings when building w/2.6.x kernel headersEric Andersen
2003-09-09sigh. The cris compiler doesn't do link_warning's....Eric Andersen
2003-09-03Only define __STDC_ISO_10646__ if wide char support is enabled.Manuel Novoa III
2003-08-22Avoid gratuitous conflicts when used with kernel headersEric Andersen
2003-08-11also carefully booleanize the false valueEric Andersen
2003-08-10silly me, thats not going to work.Eric Andersen
2003-08-10An even simpler likelyEric Andersen
2003-08-10Update likely() to cope with truth values other than 1Eric Andersen
2003-02-17Patch from Stefan Allius:Eric Andersen
2002-11-09Make sure we have __linux__ definedEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-08-09Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough
2002-05-28Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to useEric Andersen
2002-05-28Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen
2002-05-23Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>Eric Andersen
2002-04-01Remove function declartions from include/features.h, createEric Andersen