about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-10-27 10:43:37 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-10-27 10:43:37 -0300
commit0ce51bef34e1edde9f60ccd6d9d70c56020d9d21 (patch)
tree6b0969c787652ade563cbc41cf9c6c68eec2f8f4 /NEWS
parent5d8aa97da2332a818579bbb24880f9d44715448a (diff)
downloadglibc-0ce51bef34e1edde9f60ccd6d9d70c56020d9d21.tar.gz
glibc-0ce51bef34e1edde9f60ccd6d9d70c56020d9d21.tar.xz
glibc-0ce51bef34e1edde9f60ccd6d9d70c56020d9d21.zip
Remove NEWS entry about ftime removal
Now that it was reinstate with 30a0b167d3.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 312c22c7c1..4307c4b1b0 100644
--- a/NEWS
+++ b/NEWS
@@ -37,11 +37,6 @@ Deprecated and removed features, and other changes affecting compatibility:
   implementations from HWCAP subdirectories are no longer loaded.
   Instead, the default implementation is used.
 
-* The deprecated <sys/timeb.h> header and the ftime function have been
-  removed.  To support old binaries, the ftime function continues to exist
-  as a compatibility symbol (on those architectures which had it).  All
-  programs should use gettimeofday or clock_gettime instead.
-
 * The deprecated <sys/vtimes.h> header and the function vtimes have been
   removed.  To support old binaries, the vtimes function continues to exist
   as a compatibility symbol.  Applications should use the getrlimit or