summaryrefslogtreecommitdiffstats
path: root/libc/misc/file/lockf64.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-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: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-4/+4
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-1/+1
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵Carmelo Amoroso2007-11-201-0/+1
| | | | <carmelo.amoroso@st.com>
* This is a temporary hack until we fully sync up with trunk."Steven J. Hill"2006-11-271-1/+0
|
* Merge from trunk."Steven J. Hill"2006-02-271-25/+14
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-3/+7
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-1/+1
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-1/+1
|
* Merge from trunk."Steven J. Hill"2005-10-301-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