summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ...Peter S. Mazinger2005-12-082-35/+4
* Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add c...Peter S. Mazinger2005-12-081-6/+23
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+3
* Sync to glibc, remove __xPeter S. Mazinger2005-12-062-54/+0
* Add some needed prototypes and macros to allow transition of __XL and friends...Peter S. Mazinger2005-12-061-0/+15
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-0/+8
* first pass at hidden_def() macro based on the glibc oneMike Frysinger2005-12-061-0/+1
* touchup whitespace/commentsMike Frysinger2005-12-061-14/+14
* Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger2005-12-051-29/+19
* remove wrong assumptions about __libc_xPeter S. Mazinger2005-12-031-8/+0
* More hiding, including __mempcpyPeter S. Mazinger2005-12-033-83/+8
* Hide mostly used functionsPeter S. Mazinger2005-12-011-0/+64
* Sync w/ glibcPeter S. Mazinger2005-11-301-4/+4
* Sync w/ glibcPeter S. Mazinger2005-11-301-6/+25
* sync with glibc headerMike Frysinger2005-11-301-3/+39
* Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger2005-11-281-76/+82
* Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger2005-11-271-2/+2
* headers patched w/ sed -i 's:extern int errno:#include <errno.h>' linux/unist...Peter S. Mazinger2005-11-271-0/+4
* sync with glibc and Paul Brook says: fix posix_memalign prototype by dropping...Mike Frysinger2005-11-251-60/+65
* update license with glibcMike Frysinger2005-11-231-8/+8
* Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger2005-11-182-4/+3
* import updates from glibcMike Frysinger2005-11-151-76/+47
* include pthreads if appropriate ala glibcMike Frysinger2005-11-151-1/+9
* as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger2005-11-152-2/+1
* sync getopt headers with glibcMike Frysinger2005-11-152-1/+2
* Let the #define do all the workEric Andersen2005-11-141-5/+1
* Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen2005-11-101-1/+1
* Disable __xpg_sigpause until it is implemented (if at all) in uClibcPeter S. Mazinger2005-11-101-1/+1
* Correct a problem introduced by porting the glibc headerPeter S. Mazinger2005-11-081-1/+1
* Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATSPeter S. Mazinger2005-11-051-0/+4
* Sync up w/ glibcPeter S. Mazinger2005-11-0439-437/+865
* Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabledPeter S. Mazinger2005-11-041-1/+1
* add a macro for __attribute__ ((__noreturn__))Mike Frysinger2005-11-041-3/+9
* Sync w/ glibcPeter S. Mazinger2005-11-031-95/+201
* Sync headers w/ glibcPeter S. Mazinger2005-11-032-14/+34
* sync with glibc to fix building xorg-serverMike Frysinger2005-11-031-20/+28
* Sync with glibcPeter S. Mazinger2005-11-031-5/+4
* Sync headers w/ glibcPeter S. Mazinger2005-11-033-49/+66
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-272-2/+6
* merge updates from glibcMike Frysinger2005-10-261-29/+35
* Correcrt posix_fadvise* to allow compilingPeter S. Mazinger2005-10-251-3/+3
* uncomment posix_fadvise prototype since we implement it nowMike Frysinger2005-10-251-5/+6
* Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ...Peter S. Mazinger2005-10-201-1/+1
* Remove /dev/erandom support, as [h]lfs does not use it in this form.Peter S. Mazinger2005-10-121-11/+0
* Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.Peter S. Mazinger2005-10-111-1/+1
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-042-0/+6
* Should correct ppc compilation failure reported by Glauber de Oliveira Costa....Peter S. Mazinger2005-09-271-0/+3
* New ssp code using syscalls where possible.Peter S. Mazinger2005-09-231-0/+90
* add attribute_relro, should be unconditional, if gcc/ld supports itPeter S. Mazinger2005-09-211-0/+6
* sync copyright with glibcMike Frysinger2005-09-211-1/+1