summaryrefslogtreecommitdiff
path: root/include/features.h
AgeCommit message (Expand)Author
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
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
2002-03-15Hide libc specific junk inside a #ifdef _LIBC to avoidEric Andersen
2002-03-12Fix a segfault in scandir for empty directories. After looking overEric Andersen
2002-02-26Remove elimination of __BEGIN_DECLS/__END_DECLSEric Andersen
2002-02-22I was confusing the effects of _LARGEFILE_SOURCE with those ofManuel Novoa III
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen
2002-02-19Output an error if uClibc's and app's largefile configuration are incompatible.Manuel Novoa III
2002-02-18Support strong_alias and begin merging usage of weak_functionEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2002-02-02Do not expose the weak_alias() junk to the world. Wrap itEric Andersen
2002-01-10Eliminate C++ style commentsEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-10-11Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen
2001-09-27Optimize for size, and disable expensive inliningEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-07-11The weak_alias macro was not genertaing asm with the correct alias names.David McCullough
2001-07-11Seems weak_alias wasn't working as expected...Eric Andersen