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:
@ -87,7 +87,7 @@ versioned_symbol (libpthread, __pthread_setaffinity_new,
|
||||
pthread_setaffinity_np, GLIBC_2_3_4);
|
||||
|
||||
|
||||
#if SHLIB_COMPAT(libpthread, 2_3_3, 2_3_4)
|
||||
#if SHLIB_COMPAT (libpthread, GLIBC_2_3_3, GLIBC_2_3_4)
|
||||
int
|
||||
__pthread_setaffinity_old (pthread_t th, cpu_set_t *cpuset)
|
||||
{
|
||||
|
Reference in New Issue
Block a user