OSDN Git Service

librt additions that are now possible with nptl
authorAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 21:42:01 +0000 (14:42 -0700)
committerAustin Foxley <austinf@cetoncorp.com>
Sat, 17 Oct 2009 21:42:01 +0000 (14:42 -0700)
commita202cf6f119f41532b60ad28bc48746b535fd34c
tree03e96b87732058543d681803a829ee02238e5ab9
parent93e6d12ea06dc489cde0d96f78d623410703d33e
librt additions that are now possible with nptl

 * 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>
libc/unistd/sysconf.c
librt/Makefile.in
librt/clock_getcpuclockid.c [new file with mode: 0644]
librt/clock_gettime.c [new file with mode: 0644]
librt/clock_nanosleep.c [new file with mode: 0644]
librt/kernel-posix-cpu-timers.h [new file with mode: 0644]
librt/kernel-posix-timers.h
librt/mq_receive.c
librt/mq_send.c
librt/mq_timedreceive.S [new file with mode: 0644]
librt/mq_timedsend.S [new file with mode: 0644]