summary refs log tree commit diff
path: root/rt
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-09-25 22:10:00 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-09-25 16:28:45 -0700
commitb2b3b7598ae51c714b5fd0d0406d435e66f3624b (patch)
treec252c32351b5d98b2d06164c0b4a3d072a7ddabd /rt
parentbacd3227572735eda674d7c71ed68164316daa22 (diff)
downloadglibc-b2b3b7598ae51c714b5fd0d0406d435e66f3624b.tar.gz
glibc-b2b3b7598ae51c714b5fd0d0406d435e66f3624b.tar.xz
glibc-b2b3b7598ae51c714b5fd0d0406d435e66f3624b.zip
Set the expects flags to clock_nanosleep
It moves the missing CFLAGS from rt/Makefile to time/Makefile missing
from 7b5af2d8f2a2b (Finish move of clock_* functions to libc. [BZ #24959]).

Checked on powerpc64le-linux-gnu.

	* rt/Makefile (CFLAGS-clock_nanosleep.c): Move to ...
	* time/Makefile (CFLAGS-clock_nanosleep.c): ... here.
Diffstat (limited to 'rt')
-rw-r--r--rt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 2bc4160882..6c8365e0c0 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -56,7 +56,6 @@ include ../Rules
 CFLAGS-aio_suspend.c += -fexceptions
 CFLAGS-mq_timedreceive.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-mq_timedsend.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-clock_nanosleep.c += -fexceptions -fasynchronous-unwind-tables
 CFLAGS-librt-cancellation.c += -fasynchronous-unwind-tables
 
 LDFLAGS-rt.so = -Wl,--enable-new-dtags,-z,nodelete