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 /include/sys/timeb.h | |
parent | 6f21b0c5edcdb36a8b094f2c2a2365d73caeeb72 (diff) | |
download | glibc-30a0b167d347dd80807d167ee85bf58264fb8b76.zip glibc-30a0b167d347dd80807d167ee85bf58264fb8b76.tar.gz glibc-30a0b167d347dd80807d167ee85bf58264fb8b76.tar.bz2 |
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 'include/sys/timeb.h')
-rw-r--r-- | include/sys/timeb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/timeb.h b/include/sys/timeb.h new file mode 100644 index 0000000..9f4509c --- /dev/null +++ b/include/sys/timeb.h @@ -0,0 +1 @@ +#include <time/sys/timeb.h> |