summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/__syscall_fcntl64.c
Commit message (Collapse)AuthorAgeFilesLines
* remove __libc_fcntl[64]Denis Vlasenko2008-12-101-8/+2
|
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
| | | | | Appears to build fine (several .configs tried)
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
|
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
| | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file.
* tweak a few syscalls using varargsEric Andersen2006-08-301-1/+1
|
* Weaken all that I remember being used in libpthreadPeter S. Mazinger2006-02-131-1/+1
|
* Use __typeof instead of adding full prototypesPeter S. Mazinger2006-01-211-1/+1
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-4/+7
| | | | missing headers, other jump relocs removed
* Some undefs to be pedanticPeter S. Mazinger2005-12-161-0/+1
|
* Do hidden fcntl*Peter S. Mazinger2005-12-131-3/+3
|
* Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵Peter S. Mazinger2005-11-151-2/+2
| | | | 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-2/+2
|
* 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/+30
-Erik