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 /nptl | |
parent | ec08f13dad2a25a407f4aff76b406924c91193ec (diff) | |
download | glibc-bce20b9a861e049076b3be7039f0503f5b148d4d.tar.gz glibc-bce20b9a861e049076b3be7039f0503f5b148d4d.tar.xz glibc-bce20b9a861e049076b3be7039f0503f5b148d4d.zip |
* sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
Add sched_getcpu.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 229611f305..0978e5d5c0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2007-04-25 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/tls.h (tcbhead_t): Add vgetcpu_cache. + * sysdeps/x86_64/tcb-offsets.sym: Add VGETCPU_CACHE_OFFSET. + 2007-04-06 Ulrich Drepper <drepper@redhat.com> * tst-locale1.c: Avoid warnings. |