Skip to content

Commit

Permalink
2003-03-03 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* forward.c: Fix typo in __pthread_attr_init_2_0 compat_symbol decl.
  • Loading branch information
Roland McGrath committed Mar 3, 2003
1 parent 6258454 commit 83f2fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nptl/forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83f2fcb

Please sign in to comment.