index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
ppoll.c
Age
Commit message (
Expand
)
Author
2012-06-15
ppoll: no need for hidden version
Peter S. Mazinger
2010-09-15
libc: Fix cancellation handling in some C functions
Salvatore Cro
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