about summary refs log tree commit diff
path: root/resolv/res_libc.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-13 01:15:12 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-13 01:15:12 +0000
commit8de5da94ce5a2f01369ecc9dbe63684e6245dbdd (patch)
treed59bc1570dfbb115d9af625d7c4ce7d84d37227f /resolv/res_libc.c
parent0e3af135e1fed031413e54bc352a51537c3b7504 (diff)
downloadglibc-8de5da94ce5a2f01369ecc9dbe63684e6245dbdd.tar.gz
glibc-8de5da94ce5a2f01369ecc9dbe63684e6245dbdd.tar.xz
glibc-8de5da94ce5a2f01369ecc9dbe63684e6245dbdd.zip
Update.
2001-02-12  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/dbl-64/e_j0.c: Little optimization, use sincos.
	* sysdeps/flt-32/e_j0f.c: Likewise.
	* sysdeps/ldbl-96/e_j0l.c: Likewise.
Diffstat (limited to 'resolv/res_libc.c')
-rw-r--r--resolv/res_libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_libc.c b/resolv/res_libc.c
index a4df81e3db..c7561c9dc2 100644
--- a/resolv/res_libc.c
+++ b/resolv/res_libc.c
@@ -84,7 +84,7 @@ res_init(void) {
 
 #if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_2)
 # undef res_init
-trong_alias (__res_init, __res_init_weak);
+strong_alias (__res_init, __res_init_weak);
 weak_extern (__res_init_weak);
 compat_symbol (libc, __res_init_weak, res_init, GLIBC_2_0);
 #endif