mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -43,7 +43,7 @@ versioned_symbol (libc, __sched_getaffinity_new, sched_getaffinity,
|
||||
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_getaffinity_old (pid_t pid, cpu_set_t *cpuset)
|
||||
|
Reference in New Issue
Block a user