From 5839de1d375531e35cda9dcf935e209ab68dd392 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 26 Jun 2000 18:07:47 +0000 Subject: [PATCH] (librt-routines): Add clock_nanosleep. --- rt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/rt/Makefile b/rt/Makefile index c4dce69..efaf19d 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -28,6 +28,7 @@ librt-routines := aio_cancel aio_error aio_fsync aio_misc aio_read \ aio_write64 lio_listio lio_listio64 aio_sigqueue \ aio_notify get_clockfreq clock_getcpuclockid \ clock_getres clock_gettime clock_settime \ + clock_nanosleep \ timer_create timer_delete timer_getoverr \ timer_gettime timer_settime \ shm_open shm_unlink -- 2.7.4