about summary refs log tree commit diff
path: root/include/sys
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-10-19 09:35:58 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-10-27 09:54:13 -0300
commit30a0b167d347dd80807d167ee85bf58264fb8b76 (patch)
treee14269caa56674542161206bf5fe8861c618163c /include/sys
parent6f21b0c5edcdb36a8b094f2c2a2365d73caeeb72 (diff)
downloadglibc-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 'include/sys')
-rw-r--r--include/sys/timeb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/timeb.h b/include/sys/timeb.h
new file mode 100644
index 0000000000..9f4509c35e
--- /dev/null
+++ b/include/sys/timeb.h
@@ -0,0 +1 @@
+#include <time/sys/timeb.h>