diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-09-25 22:10:00 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-09-25 16:28:45 -0700 |
commit | b2b3b7598ae51c714b5fd0d0406d435e66f3624b (patch) | |
tree | c252c32351b5d98b2d06164c0b4a3d072a7ddabd /time | |
parent | Fix tst-sigcontext-get_pc rule name from a43565ac447b1 (diff) | |
download | glibc-b2b3b7598ae51c714b5fd0d0406d435e66f3624b.tar.gz glibc-b2b3b7598ae51c714b5fd0d0406d435e66f3624b.tar.bz2 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 'time')
-rw-r--r-- | time/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile index bf87f6f84a..b9217992a6 100644 --- a/time/Makefile +++ b/time/Makefile @@ -70,6 +70,7 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \ CFLAGS-tzfile.c += $(tz-cflags) CFLAGS-tzset.c += $(tz-cflags) CFLAGS-getdate.c += -fexceptions +CFLAGS-clock_nanosleep.c += -fexceptions -fasynchronous-unwind-tables # Don't warn about Y2k problem in strftime format string. CFLAGS-test_time.c += -Wno-format |