about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-29 22:04:09 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-29 22:04:09 +0000
commit8e32efa63f8b5c848446203bd5daf1988f1cba11 (patch)
tree6b6017cd9585f5df53168e307849b38470006f76 /nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c
parent0dde8ba5ec0b0e409043b4e38eda25bbf8c0f41e (diff)
downloadglibc-8e32efa63f8b5c848446203bd5daf1988f1cba11.tar.gz
glibc-8e32efa63f8b5c848446203bd5daf1988f1cba11.tar.xz
glibc-8e32efa63f8b5c848446203bd5daf1988f1cba11.zip
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.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c2
1 files changed, 1 insertions, 1 deletions
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)
 {