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