OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / ppoll.c
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerpoll, ppoll: use cancel.h
2012-06-15 Peter S. Mazingerppoll: no need for hidden version
2010-09-15 Salvatore Crolibc: Fix cancellation handling in some C functions
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-20 Bernhard Reutner... ppoll: get NULL from stddef.h
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-07-20 Mike Frysingerppoll: switch to INLINE_SYSCALL() to match glibc
2009-01-28 Denis Vlasenkofix ppoll. we forgot to pass 5th parameter to the syscall
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2007-03-18 Mike FrysingerBernd Schmidt writes: The following patch is needed...
2007-03-01 Khem RajShould be __sigset_t instead of sigset_t.
2007-02-28 Mike Frysingeradd support for ppoll() and emulate poll() with it...