mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* 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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user