2003-03-03 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 3 Mar 2003 08:43:31 +0000 (08:43 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 3 Mar 2003 08:43:31 +0000 (08:43 +0000)
* forward.c: Fix typo in __pthread_attr_init_2_0 compat_symbol decl.

nptl/forward.c

index d3f42a3..290c2d7 100644 (file)
@@ -47,7 +47,7 @@ FORWARD (pthread_attr_destroy, (pthread_attr_t *attr), (attr), 0)
 
 #if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_1)
 FORWARD (__pthread_attr_init_2_0, (pthread_attr_t *attr), (attr), 0)
-compat_symbol (libc, pthread_attr_init_2_0, pthread_attr_init, GLIBC_2_0);
+compat_symbol (libc, __pthread_attr_init_2_0, pthread_attr_init, GLIBC_2_0);
 #endif
 
 FORWARD (__pthread_attr_init_2_1, (pthread_attr_t *attr), (attr), 0)