]> sourceware.org Git - glibc.git/commitdiff
* include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
authorRoland McGrath <roland@gnu.org>
Fri, 23 Oct 1998 23:12:28 +0000 (23:12 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 23 Oct 1998 23:12:28 +0000 (23:12 +0000)
ChangeLog
include/ldsodefs.h

index 9b1e31cb69be0741510805a9940e2bc458e8f30c..7494f82ebab529dec2f36774dcfd141d2399f56b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
 
+       * 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.
 
index 3c24e4e4718d2787d4181de341b461c72d818e9f..f171d4c7ea021d9f7ef313a5a34f9d83bff2b3c0 100644 (file)
@@ -1,5 +1,5 @@
 /* We must use the appropriate version for the system.  */
-#ifdef __ELF__
+#ifdef HAVE_ELF
 # include <elf/ldsodefs.h>
 #else
 /* We have no dynamic loading.  Define the macros we need here as dummy
This page took 0.041477 seconds and 5 git commands to generate.