Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵ | Peter S. Mazinger | 2005-11-15 | 1 | -4/+4 |
| | | | | have to find some other way to make it internal to libc and libpthread | ||||
* | Update copyright notice | Peter S. Mazinger | 2005-11-15 | 1 | -2/+2 |
| | |||||
* | Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strong | Peter S. Mazinger | 2005-11-15 | 1 | -4/+4 |
| | |||||
* | Allow partly IMA compile of this directory | Peter S. Mazinger | 2005-11-02 | 1 | -1/+1 |
| | |||||
* | Check for __NR_fcntl64. | Manuel Novoa III | 2005-07-30 | 1 | -2/+2 |
| | |||||
* | if fcntl() is called with a 64bit command and LFS is enabled, pass the ↵ | Mike Frysinger | 2005-07-28 | 1 | -5/+12 |
| | | | | command along to fcntl64 instead of returning ENOSYS (error detected by LTP fcntl18) | ||||
* | fix eriks e-mail address | Mike Frysinger | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+38 |
-Erik |