mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.
This commit is contained in:
committed by
Ryan S. Arnold
parent
0c07e3eaa7
commit
d5e0b9bd6e
@ -30,6 +30,8 @@ extern void *__vdso_clock_getres;
|
||||
|
||||
extern void *__vdso_get_tbfreq;
|
||||
|
||||
extern void *__vdso_getcpu;
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _LIBC_VDSO_H */
|
||||
|
Reference in New Issue
Block a user