OSDN Git Service

openat*: use a static function with the different type and strong_alias_untyped
[uclinux-h8/uClibc.git] / include / libc-internal.h
2012-06-15 Peter S. Mazingerlibc-internal.h: provide dummy attribute_tls_model_ie...
2012-06-15 Peter S. Mazinger*_strerror_r.c: keep all occurences in sync with string.h
2012-06-15 Peter S. Mazingerlibc-internal.h: use a consistent prototype for __stack...
2011-11-27 Mike Frysingermake ARRAY_SIZE commonly available internally
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerguard *_chk() related stuff with UCLIBC_HAS_FORTIFY
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Peter S. Mazingermove __linux__ to libc-internal.h
2009-11-19 Peter S. Mazingermove extend_alloca macro to alloca.h
2009-09-26 Austin Foxleyinclude/: add tls errno and res_state
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2007-01-29 Mike Frysingeruse ifdef rather than if for stack direction
2006-12-08 Eric Andersenfinish the pthread locking cleanups. This should get...
2006-03-22 Peter S. MazingerComment __USE_UNIX98, not needed, add __glibc_strerror_...
2006-01-27 Peter S. Mazingerremove comment
2006-01-20 Peter S. MazingerSplit out libc-symbols.h from libc-internal.h, use...
2006-01-19 Peter S. MazingerRemove HAVE_ELF
2006-01-19 Peter S. MazingerGet rid of *_SYMBOL_PREFIX
2006-01-19 Peter S. MazingerImport some need bits from glibc to libc-internal.h...
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-17 Mike Frysingersync some stuff from glibc and fix __hidden_ver1()...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-11 Mike Frysingerfix warnings when building on sparc
2006-01-09 Peter S. MazingerGet rid of hidden_def
2006-01-06 "Steven J. Hill"Merge from NPTL branch.
2006-01-06 "Steven J. Hill"Merge from NPTL branch.
2006-01-05 Mike Frysingerimport the extend_alloca() macro from glibc
2006-01-04 Mike Frysingertweak __progname handling some more since some [bad...
2006-01-03 Peter S. MazingerAdd __toupper, remove unneeded undefs for tolower
2006-01-03 Peter S. MazingerAdd more hidden prototypes
2006-01-03 Mike Frysingeradd optional support for program_invocation_name/progra...
2005-12-16 Peter S. MazingerCorrect C_SYMBOL_PREFIX handling for asm, supports...
2005-12-15 Peter S. MazingerAdd for assembler all *alias
2005-12-13 Peter S. MazingerAdd some more hidden prototypes
2005-12-13 Peter S. MazingerAdd __lstat and reorganize somewhat
2005-12-13 Peter S. MazingerAdd redirect/redefines for x to x64 until someone will...
2005-12-10 Mike Frysingeradd attribute_unused and include features.h so that...
2005-12-10 Peter S. MazingerSwitch fread/fwrite/fclose/pipe/sigsetmask users
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerChange the needed prototypes
2005-12-08 Peter S. MazingerAdd hidden_weak_alias/hidden_strong_alias, remove getti...
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-06 Peter S. MazingerAdd some needed prototypes and macros to allow transiti...
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-06 Mike Frysingerfirst pass at hidden_def() macro based on the glibc one
2005-12-06 Mike Frysingertouchup whitespace/comments
2005-12-03 Peter S. Mazingerremove wrong assumptions about __libc_x
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-04 Mike Frysingeradd a macro for __attribute__ ((__noreturn__))
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-09-27 Peter S. MazingerShould correct ppc compilation failure reported by...
2005-09-21 Peter S. Mazingeradd attribute_relro, should be unconditional, if gcc...
2005-09-21 Mike Frysingermove misc internal definitions to a sep file to minimiz...