Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ppoll: switch to INLINE_SYSCALL() to match glibc | Mike Frysinger | 2009-07-20 | 1 | -11/+2 |
* | fix ppoll. we forgot to pass 5th parameter to the syscall | Denis Vlasenko | 2009-01-28 | 1 | -14/+17 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
* | - tidy up inline: | Bernhard Reutner-Fischer | 2008-10-24 | 1 | -1/+1 |
* | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | 2008-10-22 | 1 | -1/+1 |
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -1/+1 |
* | Bernd Schmidt writes: The following patch is needed for libc to be able to em... | Mike Frysinger | 2007-03-18 | 1 | -0/+3 |
* | Should be __sigset_t instead of sigset_t. | Khem Raj | 2007-03-01 | 1 | -2/+2 |
* | add support for ppoll() and emulate poll() with it when __NR_poll does not exist | Mike Frysinger | 2007-02-28 | 1 | -0/+47 |