mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
* posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
sched_setaffinity.
This commit is contained in:
parent
8d4d283346
commit
f0ddeeb5c0
@ -1,5 +1,8 @@
|
|||||||
2002-11-19 Roland McGrath <roland@redhat.com>
|
2002-11-19 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
|
||||||
|
sched_setaffinity.
|
||||||
|
|
||||||
* configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
|
* configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
|
||||||
`-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
|
`-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
|
||||||
test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
|
test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
|
||||||
|
@ -110,6 +110,8 @@ libc {
|
|||||||
__nanosleep;
|
__nanosleep;
|
||||||
}
|
}
|
||||||
GLIBC_2.3.2 {
|
GLIBC_2.3.2 {
|
||||||
|
sched_getaffinity; sched_setaffinity;
|
||||||
|
|
||||||
# Note that these symbols appear in sysdeps/unix/sysv/linux/Versions
|
# Note that these symbols appear in sysdeps/unix/sysv/linux/Versions
|
||||||
# under GLIBC_2.0; the first instance in the script is taken as the
|
# under GLIBC_2.0; the first instance in the script is taken as the
|
||||||
# default, so linux configurations put them in GLIBC_2.0 while other
|
# default, so linux configurations put them in GLIBC_2.0 while other
|
||||||
|
Loading…
Reference in New Issue
Block a user