diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-03-30 22:00:57 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-03-30 22:00:57 -0400 |
commit | 83fe108b0a9bc4f2deb14695bb0c8b2011e79f28 (patch) | |
tree | 45fb9b64d56bc4f69cbf173e56b18d73873dd341 /NEWS | |
parent | bb2420590cb2d7d3e580708d21e875d6562ae3c9 (diff) | |
download | glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.tar glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.tar.gz glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.tar.bz2 glibc-83fe108b0a9bc4f2deb14695bb0c8b2011e79f28.zip |
Add clock_adjtime syscall.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-3-21 +GNU C Library NEWS -- history of user-visible changes. 2011-3-30 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,6 +7,8 @@ using `glibc' in the "product" field. Version 2.14 +* New Linux interfaces: clock_adjtime + * The following bugs are resolved with this release: 11724, 12445, 12454, 12460, 12469, 12489, 12509, 12510, 12583, 12587, 12597 |