diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-24 13:42:01 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-10-16 14:19:23 -0300 |
commit | 14633d3e568eb9770a7e5046eff257113e0453fb (patch) | |
tree | ee6ab6aabc91d2c0ac1bf5a349a00fffd19d5e8a /time/Makefile | |
parent | 01f33a9acc8f02ae6a6dd1efe366c28c825af8a8 (diff) | |
download | glibc-14633d3e568eb9770a7e5046eff257113e0453fb.zip glibc-14633d3e568eb9770a7e5046eff257113e0453fb.tar.gz glibc-14633d3e568eb9770a7e5046eff257113e0453fb.tar.bz2 |
Move ftime to a compatibility symbol
It was made deprecated on 2.31, so it moves to compat symbol after
two releases. It was also removed from exported symbol for riscv32
(since ABI will be supported on for 2.33).
Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/Makefile b/time/Makefile index a4fb13d..ab8fb33 100644 --- a/time/Makefile +++ b/time/Makefile @@ -22,7 +22,7 @@ subdir := time include ../Makeconfig -headers := time.h sys/time.h sys/timeb.h bits/time.h \ +headers := time.h sys/time.h bits/time.h \ bits/types/clockid_t.h bits/types/clock_t.h \ bits/types/struct_itimerspec.h \ bits/types/struct_timespec.h bits/types/struct_timeval.h \ @@ -45,9 +45,10 @@ aux := era alt_digit lc-time-cleanup tests := test_time clocktest tst-posixtz tst-strptime tst_wcsftime \ tst-getdate tst-mktime tst-mktime2 tst-ftime_l tst-strftime \ tst-mktime3 tst-strptime2 bug-asctime bug-asctime_r bug-mktime1 \ - tst-strptime3 bug-getdate1 tst-strptime-whitespace tst-ftime \ + tst-strptime3 bug-getdate1 tst-strptime-whitespace \ tst-tzname tst-y2039 bug-mktime4 tst-strftime2 tst-strftime3 \ tst-clock tst-clock2 tst-clock_nanosleep tst-cpuclock1 +tests-internal := tst-ftime include ../Rules |