summaryrefslogtreecommitdiffstats
path: root/libc/misc/file/lockf64.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-5/+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>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-2/+2
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | 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.
* Get rid of redefines on ppc pointed out by vapierPeter S. Mazinger2006-02-271-0/+2
|
* Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?Peter S. Mazinger2006-02-261-17/+5
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-2/+0
| | | | is a useless attempt
* get rid of fcntl64 jump relocPeter S. Mazinger2006-01-141-1/+1
|
* disable redirect for fcntl64 until a good way is foundPeter S. Mazinger2006-01-141-1/+1
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-10/+11
| | | | missing headers, other jump relocs removed
* Correct some problemsPeter S. Mazinger2005-12-161-0/+2
|
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-2/+3
|
* Hide chmod, lockf*Peter S. Mazinger2005-12-131-1/+2
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+1
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
|
* Make use of fcntl64 syscall if possiblePeter S. Mazinger2005-10-251-0/+2
|
* Only include lockf64 when large file support is enabled, fixingEric Andersen2003-01-181-0/+18
| | | | | a problem noticed by Jeff Mock. Sorry about that. -Erik
* Implement lockf64Eric Andersen2003-01-101-0/+85
-Erik