projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6258454
)
2003-03-03 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Mon, 3 Mar 2003 08:43:31 +0000
(08:43 +0000)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/nptl/forward.c
b/nptl/forward.c
index d3f42a3dc6a07f9c744874f3e7e9e4aa58aeb198..290c2d7ec6046c0274fe6e3b1a733951e8c8ed10 100644
(file)
--- 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)