1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

2003-03-03 Roland McGrath <roland@redhat.com>

* forward.c: Fix typo in __pthread_attr_init_2_0 compat_symbol decl.
This commit is contained in:
Roland McGrath
2003-03-03 08:43:31 +00:00
parent 625845408e
commit 83f2fcbe7b

View 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) #if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_1)
FORWARD (__pthread_attr_init_2_0, (pthread_attr_t *attr), (attr), 0) 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 #endif
FORWARD (__pthread_attr_init_2_1, (pthread_attr_t *attr), (attr), 0) FORWARD (__pthread_attr_init_2_1, (pthread_attr_t *attr), (attr), 0)