diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-24 00:40:15 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:21 -0500 |
commit | 74033a2507841cf077e31221de2481ff30b43d51 (patch) | |
tree | 4197ce221b38e8576d49388f01e53036b49bb0fb /NEWS | |
parent | 380d7e87dc80978581e73063dff0e264283c0306 (diff) | |
download | glibc-74033a2507841cf077e31221de2481ff30b43d51.tar glibc-74033a2507841cf077e31221de2481ff30b43d51.tar.gz glibc-74033a2507841cf077e31221de2481ff30b43d51.tar.bz2 glibc-74033a2507841cf077e31221de2481ff30b43d51.zip |
Implement timespec_get
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,7 @@ Version 2.16 * The following bugs are resolved with this release: - 13526, 13527, 13528, 13529, 13531 + 13526, 13527, 13528, 13529, 13531, 13532 * ISO C11 support: @@ -24,6 +24,7 @@ Version 2.16 in the standard but it is only a requirement on the caller, not the implementation. + + timespec_get added Version 2.15 |