summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add our own copies of the include/scsi header files, per what glibcEric Andersen2004-02-123-0/+535
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-112-27/+46
* Use the correct configuration test define.Manuel Novoa III2004-02-021-2/+2
* Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III2004-01-141-2/+0
* Cope with 2.6.x headersEric Andersen2004-01-021-0/+4
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-0/+3
* Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen2003-12-031-6/+6
* prevent some needless warnings when building w/2.6.x kernel headersEric Andersen2003-11-211-0/+3
* Kill off these headers, which are supposed to be part of binutils-dev,Eric Andersen2003-11-132-364/+0
* Add some missing prototypesEric Andersen2003-11-021-1/+19
* Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III2003-11-021-3/+2
* Sigh. It seems some stupid programs expect this...Eric Andersen2003-10-241-0/+1
* It seems we need to also define SI_LOAD_SHIFT since that wasEric Andersen2003-10-221-0/+1
* Those crazy binutils folks changed their abi. Add this so olderEric Andersen2003-10-211-0/+5
* Merge some newer/updated bits from the glibc elf.hEric Andersen2003-10-201-106/+226
* I forgot to remove thisEric Andersen2003-10-111-98/+0
* These are wanted by net-toolsEric Andersen2003-10-112-0/+223
* We do not provide gmtime(), so disable the prototype toEric Andersen2003-10-101-0/+2
* Atsushi Nemoto writes:Eric Andersen2003-10-081-1/+1
* Revert to using uClibc-specific c-symbol-prefix stuffMiles Bader2003-09-261-2/+1
* sigh. The cris compiler doesn't do link_warning's....Eric Andersen2003-09-091-1/+5
* Obligatory forgotten file.Manuel Novoa III2003-09-081-0/+8
* Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III2003-09-083-162/+4
* ansidecl.h and symcat.h copied from glibc.Miles Bader2003-09-082-0/+364
* Don't install floating point related headers, and wrap some previouslyManuel Novoa III2003-09-063-0/+10
* Add support for ftw and nftwEric Andersen2003-09-051-0/+150
* Move an #endif that was in the wrong place.Manuel Novoa III2003-09-051-1/+1
* Only define __STDC_ISO_10646__ if wide char support is enabled.Manuel Novoa III2003-09-031-0/+2
* Create a typedef for the ctype bitmask table entries.Manuel Novoa III2003-08-281-6/+6
* Add missing header.Manuel Novoa III2003-08-251-0/+71
* Fix a few bugs in the new extended locale functions.Manuel Novoa III2003-08-247-0/+117
* 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
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-086-2/+194
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-0113-464/+1336
* Optionally support the struct tm extension fields.Manuel Novoa III2003-06-172-5/+4
* Add memmem().Manuel Novoa III2003-06-161-2/+0
* Comment out the rpl_malloc workaround. It was a good idea, but it violatesEric Andersen2003-06-141-0/+2
* The mere presence of stropts.h causes many configure scripts to erroneouslyEric Andersen2003-06-121-88/+0
* We do not provide getfsent and friends, so remove this headerEric Andersen2003-06-051-82/+0
* Eviscerate stropts.h so configure scripts won't try to use STREAMSEric Andersen2003-05-291-1/+8
* grr. It's a void *, not a char *.Eric Andersen2003-05-271-1/+1
* Change 'N' to '__size' to avoid conflicts with common #define of NEric Andersen2003-05-271-5/+5
* Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc asEric Andersen2003-05-231-0/+12
* resync with glibc 2.3Eric Andersen2003-03-131-129/+357
* Patch from Stefan Allius:Eric Andersen2003-03-071-1/+1
* Initial effort at adding profiling support.Eric Andersen2003-03-032-0/+281