Skip to content

Commit

Permalink
2000-04-27 Jakub Jelinek <jakub@redhat.com>
Browse files Browse the repository at this point in the history
	* nss/getXXbyYY_r.c: Fix a typo in __old_getxxbyyy_r versioning.
  • Loading branch information
Andreas Jaeger committed Apr 27, 2000
1 parent 3c5adb7 commit 47963d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nss/getXXbyYY_r.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ OLD (REENTRANT_NAME) (ADD_PARAMS, LOOKUP_TYPE *resbuf, char *buffer,

#define do_symbol_version(real, name, version) \
compat_symbol (libc, real, name, version)
do_symbol_version (OLD (REENTRANT_GETNAME), REENTRANT_NAME, GLIBC_2_0);
do_symbol_version (OLD (REENTRANT_NAME), REENTRANT_NAME, GLIBC_2_0);

#define do_default_symbol_version(real, name, version) \
versioned_symbol (libc, real, name, version)
Expand Down

0 comments on commit 47963d1

Please sign in to comment.