diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 10:33:37 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-01 10:33:37 -0400 |
commit | 158648c0bdda281e252a27c0200dd0ea6f4e0215 (patch) | |
tree | af62ea68c271feb58cd745679553803dc47687a3 /NEWS | |
parent | 46998f745736b3c8df5901a27b6c2a19f5cc5e98 (diff) | |
download | glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar.gz glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.tar.bz2 glibc-158648c0bdda281e252a27c0200dd0ea6f4e0215.zip |
Add support for name_to_handle_at and open_by_handle.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-3-30 +GNU C Library NEWS -- history of user-visible changes. 2011-4-1 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,7 +7,7 @@ using `glibc' in the "product" field. Version 2.14 -* New Linux interfaces: clock_adjtime +* New Linux interfaces: clock_adjtime, name_to_handle_at, open_by_handle * The following bugs are resolved with this release: |