diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-26 04:59:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-26 04:59:42 +0000 |
commit | bce20b9a861e049076b3be7039f0503f5b148d4d (patch) | |
tree | 8b2f20b16e4c3ceebac723b0f12ac2a27472be3e /NEWS | |
parent | ec08f13dad2a25a407f4aff76b406924c91193ec (diff) | |
download | glibc-bce20b9a861e049076b3be7039f0503f5b148d4d.tar.gz |
* sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
Add sched_getcpu.
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. 2007-2-1 +GNU C Library NEWS -- history of user-visible changes. 2007-4-25 Copyright (C) 1992-2006, 2007 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,7 +7,7 @@ using `glibc' in the "product" field. Version 2.6 -* New Linux interfaces: epoll_pwait. +* New Linux interfaces: epoll_pwait, sched_getcpu. * New generic interfaces: strerror_l. |