From: Roland McGrath Date: Fri, 23 Oct 1998 23:12:28 +0000 (+0000) Subject: * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__. X-Git-Tag: cvs/glibc-2_0_100~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d606f528f7a551fd8693644086d9987375b4c491;p=platform%2Fupstream%2Fglibc.git * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__. --- diff --git a/ChangeLog b/ChangeLog index 9b1e31c..7494f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-10-24 Roland McGrath + * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__. + * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "". (__opendir): Add trailing slash to name for open, for ENOTDIR check. diff --git a/include/ldsodefs.h b/include/ldsodefs.h index 3c24e4e..f171d4c 100644 --- a/include/ldsodefs.h +++ b/include/ldsodefs.h @@ -1,5 +1,5 @@ /* We must use the appropriate version for the system. */ -#ifdef __ELF__ +#ifdef HAVE_ELF # include #else /* We have no dynamic loading. Define the macros we need here as dummy