From 83f2fcbe7b26ac53dc237c37f52b699207bd9d19 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 3 Mar 2003 08:43:31 +0000 Subject: 2003-03-03 Roland McGrath * forward.c: Fix typo in __pthread_attr_init_2_0 compat_symbol decl. --- nptl/forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/forward.c') diff --git a/nptl/forward.c b/nptl/forward.c index d3f42a3dc6..290c2d7ec6 100644 --- a/nptl/forward.c +++ b/nptl/forward.c @@ -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) -- cgit v1.2.3