diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-10-16 15:16:06 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-10-16 15:16:06 -0300 |
commit | d6fa3170997b4af0a702eebdae7e4d3c57d74b65 (patch) | |
tree | ab14d44b8da5be5b3af62bd14da8561715884e44 | |
parent | 60854f40ea2d420867ed2f0f052ee7fca661dbff (diff) | |
download | glibc-d6fa3170997b4af0a702eebdae7e4d3c57d74b65.tar glibc-d6fa3170997b4af0a702eebdae7e4d3c57d74b65.tar.gz glibc-d6fa3170997b4af0a702eebdae7e4d3c57d74b65.tar.bz2 glibc-d6fa3170997b4af0a702eebdae7e4d3c57d74b65.zip |
Add NEWS entry for ftime compatibility move
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,11 @@ 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 continue to exist + as a compatibility symbol (on those architectures which had it). All + programs should use gettimeofday or clock_gettime instead. + Changes to build and runtime requirements: * On Linux, the system administrator needs to configure /dev/pts with |