diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-10-19 09:35:58 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-10-27 09:54:13 -0300 |
commit | 30a0b167d347dd80807d167ee85bf58264fb8b76 (patch) | |
tree | e14269caa56674542161206bf5fe8861c618163c /time/Makefile | |
parent | 6f21b0c5edcdb36a8b094f2c2a2365d73caeeb72 (diff) | |
download | glibc-30a0b167d347dd80807d167ee85bf58264fb8b76.tar.gz glibc-30a0b167d347dd80807d167ee85bf58264fb8b76.tar.xz glibc-30a0b167d347dd80807d167ee85bf58264fb8b76.zip |
Reinstate ftime and add deprecate message on ftime usage
This patch revert "Move ftime to a compatibility symbol" (commit 14633d3e568eb9770a7e5046eff257113e0453fb). Checked on x86_64-linux-gnu and i686-linux-gnu.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/Makefile b/time/Makefile index ab8fb3303b..a4fb13d6a3 100644 --- a/time/Makefile +++ b/time/Makefile @@ -22,7 +22,7 @@ subdir := time include ../Makeconfig -headers := time.h sys/time.h bits/time.h \ +headers := time.h sys/time.h sys/timeb.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,10 +45,9 @@ 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-strptime3 bug-getdate1 tst-strptime-whitespace tst-ftime \ 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 |