From 53308042259bb73ce10aada138dc6bd26dd9a9c2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Jul 1999 23:46:10 +0000 Subject: Update. 1999-07-29 H.J. Lu * stdlib/mbtowc.c: Include . * stdlib/wctomb.c: Likewise. * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise. * sysdeps/unix/sysv/linux/statfs64.c: Likewise. * misc/mntent_r.c: Include . * elf/dl-runtime.c: Likewise. --- elf/do-lookup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elf/do-lookup.h') diff --git a/elf/do-lookup.h b/elf/do-lookup.h index 3c5e6f4e9b..03eb2c66c7 100644 --- a/elf/do-lookup.h +++ b/elf/do-lookup.h @@ -149,9 +149,9 @@ FCT (const char *undef_name, struct link_map *undef_map, default version we still accept this symbol since there are no possible ambiguities. */ #if VERSIONED - sym = NULL; + sym = NULL; #else - sym = num_versions == 1 ? versioned_sym : NULL; + sym = num_versions == 1 ? versioned_sym : NULL; #endif if (sym != NULL -- cgit v1.2.3