diff options
author | Anton Blanchard <anton@samba.org> | 2013-01-09 20:30:11 -0600 |
---|---|---|
committer | Ryan S. Arnold <rsa@linux.vnet.ibm.com> | 2013-01-09 20:30:11 -0600 |
commit | d5e0b9bd6e296f3ec5263fa296d39f3fed9b8fa2 (patch) | |
tree | 125794278e0a7e9692f84753bbc879a4d79b357e /sysdeps/unix/sysv/linux/powerpc/bits | |
parent | 0c07e3eaa735d73ca6fdf8a5927aa09f1c33f51d (diff) | |
download | glibc-d5e0b9bd6e296f3ec5263fa296d39f3fed9b8fa2.tar.gz glibc-d5e0b9bd6e296f3ec5263fa296d39f3fed9b8fa2.tar.xz glibc-d5e0b9bd6e296f3ec5263fa296d39f3fed9b8fa2.zip |
PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h b/sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h index 6f79841ce5..545fda462a 100644 --- a/sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h +++ b/sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h @@ -30,6 +30,8 @@ extern void *__vdso_clock_getres; extern void *__vdso_get_tbfreq; +extern void *__vdso_getcpu; + #endif #endif /* _LIBC_VDSO_H */ |