mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2004-03-29 Alexandre Oliva <aoliva@redhat.com> * sysdeps/unix/sysv/linux/sched_getaffinity.c: Prepend GLIBC_ to version names is SHLIB_COMPAT check. * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
This commit is contained in:
@ -70,7 +70,7 @@ versioned_symbol (libc, __sched_setaffinity_new, sched_setaffinity,
|
||||
GLIBC_2_3_4);
|
||||
|
||||
|
||||
# if SHLIB_COMPAT(libc, 2_3_3, 2_3_4)
|
||||
# if SHLIB_COMPAT (libc, GLIBC_2_3_3, GLIBC_2_3_4)
|
||||
int
|
||||
attribute_compat_text_section
|
||||
__sched_setaffinity_old (pid_t pid, const cpu_set_t *cpuset)
|
||||
|
Reference in New Issue
Block a user