Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mass sync with glibc nptl | Austin Foxley | 2010-02-16 | 1 | -0/+8 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | librt additions that are now possible with nptl | Austin Foxley | 2009-10-17 | 1 | -0/+14 |
| | | | | | | | * clock_getcpuclockid, clock_gettime, clock_nanosleep, mq_receive, mq_send, mq_timedreceive, mq_timedsend, _SC_MONOTONIC_CLOCK Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | include headers only if the related option is enabled | Peter S. Mazinger | 2005-09-21 | 1 | -0/+5 |
| | |||||
* | make sure we include pthread.h to define pthread_attr_t | Mike Frysinger | 2005-01-18 | 1 | -0/+1 |
| | |||||
* | Patch from Paul Mundt (lethal) adding an initial librt implementation. | Eric Andersen | 2005-01-11 | 1 | -0/+30 |
I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch... |