aboutsummaryrefslogtreecommitdiff
path: root/include/features.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-07Revert "features.h: error out when attempting to compile with TIME64 for 32bi...Nadav Tasher1-6/+0
2025-01-02features.h: error out when attempting to compile with TIME64 for 32bit target...Nadav Tasher1-0/+6
2024-07-09features.h: add clang prerequisite macroMarcus Haehnel1-0/+12
2024-04-30Define __USE_TIME_BITS64 when it is necessary.Dmitry Chestnykh1-0/+4
2024-02-18features.h: Rework _DEFAULT_SOURCEPaul Cercueil1-9/+11
2018-03-01fix issue with LDSO_GNU_HASH_SUPPORTWaldemar Brodkorb1-0/+3
2017-11-19remove unused FORTIFY code fragmentsWaldemar Brodkorb1-14/+2
2017-06-22remove __FAVOR_BSDWaldemar Brodkorb1-10/+0
2017-06-01include/features.h: add _DEFAULT_SOURCE macroAnthony G. Basile1-0/+14
2017-05-07sync features.h with GNU C library, fixes gcc 7.1 toolchain creationWaldemar Brodkorb1-5/+12
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb1-14/+0
2015-12-17Revert "glibc compat: bump glibc minor version"Waldemar Brodkorb1-1/+1
2015-08-14glibc compat: bump glibc minor versionWaldemar Brodkorb1-1/+1
2012-11-18Replace FSF snail mail address with URLsMike Frysinger1-3/+2
2011-03-09guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger1-1/+4
2011-03-03make it possible to compile with -std=gnu99/c99 and use extern inlinesPeter S. Mazinger1-1/+1
2009-11-19features.h: reorganizePeter S. Mazinger1-66/+59
2009-11-19help broken apps to detect __GLIBC__ headersPeter S. Mazinger1-4/+6
2009-11-19update headers and disable prototypesPeter S. Mazinger1-0/+2
2009-11-19move __linux__ to libc-internal.hPeter S. Mazinger1-8/+0
2009-11-19rm uClibc_arch_features.h on installPeter S. Mazinger1-3/+0
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko1-1/+1
2009-07-20first pass at implementing *at funcsMike Frysinger1-15/+36
2009-01-21- remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer1-0/+2
2008-12-13features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)Denis Vlasenko1-1/+7
2008-12-13*: document __USE_EXTERN_INLINES better;Denis Vlasenko1-3/+11
2008-09-06- for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into a...Bernhard Reutner-Fischer1-1/+2
2007-09-15drop __user hack for crappy kernel headers and document the __linux__ greaseMike Frysinger1-4/+4
2006-11-29- honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer1-2/+4
2006-05-12cut out _FORTIFY_SOURCEMike Frysinger1-0/+2
2006-02-23Correct typoPeter S. Mazinger1-1/+1
2006-02-23Sync w/ glibc, disabling *at interfacesPeter S. Mazinger1-43/+77
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger1-0/+1
2005-10-11Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.Peter S. Mazinger1-1/+1
2005-09-21merge some misc stuff from glibcMike Frysinger1-18/+36
2005-09-21move misc internal definitions to a sep file to minimize differences with fea...Mike Frysinger1-85/+5
2005-08-10In Bug 364 by hassold:Mike Frysinger1-5/+5
2005-01-11newer linux headers define __cast__ in compiler.h so lets fake it tooMike Frysinger1-0/+3
2004-10-27Arrange to hide uClibc internalsEric Andersen1-0/+7
2004-07-30Cleanup some dead wood in the header filesEric Andersen1-30/+11
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen1-0/+3
2004-01-02Cope with 2.6.x headersEric Andersen1-0/+4
2003-11-21prevent some needless warnings when building w/2.6.x kernel headersEric Andersen1-0/+3
2003-09-09sigh. The cris compiler doesn't do link_warning's....Eric Andersen1-1/+5
2003-09-03Only define __STDC_ISO_10646__ if wide char support is enabled.Manuel Novoa III1-0/+2
2003-08-22Avoid gratuitous conflicts when used with kernel headersEric Andersen1-2/+6
2003-08-11also carefully booleanize the false valueEric Andersen1-2/+2
2003-08-10silly me, thats not going to work.Eric Andersen1-3/+2
2003-08-10An even simpler likelyEric Andersen1-1/+1
2003-08-10Update likely() to cope with truth values other than 1Eric Andersen1-2/+2