summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/__syscall_fcntl.c
Commit message (Collapse)AuthorAgeFilesLines
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-251-2/+0
| | | | | | also sync up not-cancel.h headers between all three thread libraries Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* whitespace fixesAustin Foxley2009-10-171-2/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-24/+66
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-0/+5
| | | | | Now they are only enabled if linuxthreads.old are selected.
* remove __libc_fcntl[64]Denis Vlasenko2008-12-101-18/+4
|
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-1/+1
| | | | ldso and syscalls are __always_inline (the latter would need more cleanup)
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-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.
* Weaken all that I remember being used in libpthreadPeter S. Mazinger2006-02-131-2/+2
|
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-2/+2
|
* Use __typeof instead of adding full prototypesPeter S. Mazinger2006-01-211-2/+2
|
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-2/+2
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+4
|
* 64bit arches dont need no stinkin fcntl64Mike Frysinger2006-01-141-0/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-11/+14
| | | | missing headers, other jump relocs removed
* Some undefs to be pedanticPeter S. Mazinger2005-12-161-0/+3
|
* Do hidden fcntl*Peter S. Mazinger2005-12-131-6/+8
|
* 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