From 8e32efa63f8b5c848446203bd5daf1988f1cba11 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 29 Mar 2004 22:04:09 +0000 Subject: Update. 2004-03-29 Alexandre Oliva * sysdeps/unix/sysv/linux/sched_getaffinity.c: Prepend GLIBC_ to version names is SHLIB_COMPAT check. * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise. --- nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c') diff --git a/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c b/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c index 89edef65c1..c382ed53ab 100644 --- a/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c +++ b/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c @@ -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) { -- cgit 1.4.1