1
0
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:
Ulrich Drepper
2007-04-26 04:50:57 +00:00
parent 46d51e9bd3
commit ec08f13dad
6 changed files with 100 additions and 1 deletions

View File

@ -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