mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +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:
@@ -48,7 +48,7 @@ versioned_symbol (libpthread, __pthread_getaffinity_new,
|
||||
pthread_getaffinity_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_getaffinity_old (pthread_t th, cpu_set_t *cpuset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user