diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-01 09:59:32 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-01 09:59:32 -0400 |
commit | 78239589cd8c6667886b94c4db146109855f417a (patch) | |
tree | 414632101a3b258315dfc17551288d54a246eed6 /NEWS | |
parent | 432d41ceecf5df8cfbc5a1db0cee9190f07ec1ca (diff) | |
download | glibc-78239589cd8c6667886b94c4db146109855f417a.tar.gz glibc-78239589cd8c6667886b94c4db146109855f417a.tar.xz glibc-78239589cd8c6667886b94c4db146109855f417a.zip |
New Linux syscalls process_vm_readv and process_vm_writev
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 8c352e9cbf..60f8f87b75 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-10-31 +GNU C Library NEWS -- history of user-visible changes. 2011-11-1 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -54,6 +54,8 @@ Version 2.15 * Optimized strcasecmp and strncasecmp for AVX on x86-64. Implemented by Ulrich Drepper. + +* New Linux interfaces: process_vm_readv, process_vm_writev Version 2.14 |