diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-06 23:31:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-15 20:01:35 +0000 |
commit | 8ff62fe8dcefc3a0766ae2cac03033d9cf64e7fa (patch) | |
tree | 48b8285d360ae47691a38e45d684c762e7b00c9f /librt/Makefile.in | |
parent | 91daab6288ab3b2b0571c84ba94e029e7e7308dc (diff) |
rt: cleanup and allow to build for linuxthreads
It seems there is no real dependency to NPTL for these clock_*
functions when UCLIBC_ADVANCED_REALTIME is enabled.
No regressions found.
Reported-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'librt/Makefile.in')
-rw-r--r-- | librt/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in index 3fdc98dc0..f3cc0655b 100644 --- a/librt/Makefile.in +++ b/librt/Makefile.in @@ -17,8 +17,6 @@ librt_filter_SRC := ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y) librt_filter_SRC += mq_notify.c timer_create.c timer_delete.c \ timer_getoverr.c timer_gettime.c timer_settime.c -else -librt_filter_SRC += clock_nanosleep.c clock_getcpuclockid.c clock_gettime.c endif librt_filter_SRC += $(if $(UCLIBC_HAS_ADVANCED_REALTIME),, \ |