Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify stub logic | Mike Frysinger | 2011-02-24 | 1 | -7/+0 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | libc: Fix cancellation handling in some C functions | Salvatore Cro | 2010-09-15 | 1 | -1/+34 |
| | | | | | | | | | | According to POSIX.1-2008 standard, the following syscalls shall be cancellation points : waitid, sleep, fdatasync, ppoll. Further, if generic syscall is not available and stubs are configured, provide the stub implementation for function. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | fdatasync: handle latest alpha syscalls | Mike Frysinger | 2009-07-20 | 1 | -1/+1 |
| | | | | | | | The latest alpha Linux kernel defines __NR_fdatasync like everyone else and deprecates the older __NR_osf_fdatasync, so support that setup. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | get rid of arch specific checks | Mike Frysinger | 2006-01-18 | 1 | -4/+2 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 |
| | |||||
* | fix eriks e-mail address | Mike Frysinger | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Fixup fdatasync on alpha, thanks to Alan Hourihane | Eric Andersen | 2004-02-17 | 1 | -0/+7 |
| | |||||
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+12 |
-Erik |