From 30a0b167d347dd80807d167ee85bf58264fb8b76 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 19 Oct 2020 09:35:58 -0300 Subject: 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. --- include/sys/timeb.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/sys/timeb.h (limited to 'include/sys/timeb.h') 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