summaryrefslogtreecommitdiffstats
path: root/libc/stdio/remove.c
Commit message (Collapse)AuthorAgeFilesLines
* remove(): slight readabability tweak, no code changesDenys Vlasenko2009-09-051-5/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-3/+3
| | | | | Appears to build fine (several .configs tried)
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-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-5/+6
| | | | missing headers, other jump relocs removed
* Do hidden fopen*/removePeter S. Mazinger2005-12-131-1/+2
|
* Hide some of the f* *printf, use them as wellPeter S. Mazinger2005-12-081-0/+3
|
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-0/+29
| | | | | | | | 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.
* Swap in the new stdio code.Manuel Novoa III2002-03-121-23/+0
|
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-0/+23