summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs/statvfs64.c
Commit message (Collapse)AuthorAgeFilesLines
* - fix typoBernhard Reutner-Fischer2008-09-111-1/+1
|
* - improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer2008-07-141-1/+24
| | | | | compile-tested only, fixes libc/misc/statfs/fstatfs64.c:29: error: 'fstatfs' undeclared here (not in a function)
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-3/+3
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?Peter S. Mazinger2006-02-261-15/+2
|
* Get rid of nested warningsPeter S. Mazinger2006-01-231-0/+7
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-1/+0
| | | | is a useless attempt
* get rid of *stat*64 jump relocsPeter S. Mazinger2006-01-141-5/+7
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+4
| | | | missing headers, other jump relocs removed
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-4/+2
|
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
|
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
| | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik
* Support fstatvfs64 and statvfs64Eric Andersen2002-09-031-0/+60
-Erik