diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-10-26 11:46:00 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-10-26 11:46:00 +0000 |
commit | ce643e6fe97b20716ac3888ba832539011fe9186 (patch) | |
tree | c6b102b323556b9b1350ef9d1e3fb6147d267cdd /NEWS | |
parent | 9a29f1a2ae3d4bb253ee368e0d71db0ca9494120 (diff) | |
download | glibc-ce643e6fe97b20716ac3888ba832539011fe9186.zip glibc-ce643e6fe97b20716ac3888ba832539011fe9186.tar.gz glibc-ce643e6fe97b20716ac3888ba832539011fe9186.tar.bz2 |
Fix typo in NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ Deprecated and removed features, and other changes affecting compatibility: 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 + 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. |