diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-26 04:50:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-26 04:50:57 +0000 |
commit | ec08f13dad2a25a407f4aff76b406924c91193ec (patch) | |
tree | 44570892b815a8bcbe7b5e08bec59c2ae7734182 /sysdeps/unix/sysv/linux/Versions | |
parent | 46d51e9bd35a1d9d9af8398466a0db2bf88ae5bc (diff) | |
download | glibc-ec08f13dad2a25a407f4aff76b406924c91193ec.tar.gz |
* sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
* sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
* sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
* sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
GLIBC_2.6.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Versions')
-rw-r--r-- | sysdeps/unix/sysv/linux/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Versions b/sysdeps/unix/sysv/linux/Versions index bb5b862689..5413ced74c 100644 --- a/sysdeps/unix/sysv/linux/Versions +++ b/sysdeps/unix/sysv/linux/Versions @@ -127,7 +127,7 @@ libc { splice; tee; vmsplice; } GLIBC_2.6 { - epoll_pwait; sync_file_range; + epoll_pwait; sync_file_range; sched_getcpu; } GLIBC_PRIVATE { # functions used in other libraries |