From d606f528f7a551fd8693644086d9987375b4c491 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 23 Oct 1998 23:12:28 +0000 Subject: [PATCH] * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__. --- ChangeLog | 2 ++ include/ldsodefs.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9b1e31cb69b..7494f82ebab 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 3c24e4e4718..f171d4c7ea0 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 -- 2.47.2