summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/__syscall_fcntl.c
Commit message (Collapse)AuthorAgeFilesLines
* Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵Peter S. Mazinger2005-11-151-4/+4
| | | | have to find some other way to make it internal to libc and libpthread
* Update copyright noticePeter S. Mazinger2005-11-151-2/+2
|
* Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger2005-11-151-4/+4
|
* Allow partly IMA compile of this directoryPeter S. Mazinger2005-11-021-1/+1
|
* Check for __NR_fcntl64.Manuel Novoa III2005-07-301-2/+2
|
* if fcntl() is called with a 64bit command and LFS is enabled, pass the ↵Mike Frysinger2005-07-281-5/+12
| | | | command along to fcntl64 instead of returning ENOSYS (error detected by LTP fcntl18)
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+38
-Erik