add linux extension POLLRDHUP to poll.h
[musl] / include / pthread.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-17 Rich Felkeradd stub versions of some missing optional pthread...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-09-08 Rich Felkerremove all remaining redundant __restrict/__inline...
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-03-01 Rich Felkeruse c++-friendly initializers for pthread initializer...
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2011-08-14 Rich Felkermacro for pthread_equal
2011-06-07 Rich Felkeruse __attribute__((const)) for errno and pthread_self...
2011-05-30 Rich Felkerimplement pthread_[sg]etconcurrency.
2011-04-02 Rich Felkerfix misspelled PTHREAD_CANCELED constant
2011-03-26 Rich Felkermatch glibc/lsb cancellation abi on i386
2011-03-18 Rich Felkerimplement robust mutexes
2011-03-13 Rich Felkerpthread.h needs clockid_t
2011-03-11 Rich Felkermissing const in some pthread_attr_* prototypes
2011-03-07 Rich Felkeradd prototypes for pthread_condattr_* and pthread_rwloc...
2011-02-19 Rich Felkeradd pthread_atfork interface
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-17 Rich Felkeradd to pthread.h: pthread_mutex_timedlock and sched...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0