summaryrefslogtreecommitdiffstats
path: root/libc/stdio/fflush.c
Commit message (Collapse)AuthorAgeFilesLines
* rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-171-2/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-3/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fix some unneeded PLT referencesDenis Vlasenko2008-11-221-1/+1
|
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-3/+3
| | | | | Appears to build fine (several .configs tried)
* Fill in a few more of the missing pieces...Eric Andersen2006-12-081-22/+7
|
* stdio update from mjn3Eric Andersen2006-12-061-23/+87
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-1/+0
| | | | most of global data relocations are back
* global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger2006-02-011-0/+1
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-8/+12
| | | | missing headers, other jump relocs removed
* Hidden fflush, adapt fopen to hack in libc-internal.hPeter S. Mazinger2005-12-131-3/+5
|
* Hide somePeter S. Mazinger2005-11-211-1/+1
|
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-221-7/+5
|
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-0/+161
Codepaths streamlined. Improved performance for nonthreaded apps when linked with a thread-enabled libc. Minor iconv bug and some locale/thread related startup issues fixed. These showed up in getting a gcj-compiled java helloworld app running. Removed some old extension functions... _stdio_fdout and _stdio_fsfopen.