mirror of git://sourceware.org/git/glibc.git
* include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
This commit is contained in:
parent
b1fcf68625
commit
d606f528f7
|
|
@ -1,5 +1,7 @@
|
||||||
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
|
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 "".
|
* sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
|
||||||
(__opendir): Add trailing slash to name for open, for ENOTDIR check.
|
(__opendir): Add trailing slash to name for open, for ENOTDIR check.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* We must use the appropriate version for the system. */
|
/* We must use the appropriate version for the system. */
|
||||||
#ifdef __ELF__
|
#ifdef HAVE_ELF
|
||||||
# include <elf/ldsodefs.h>
|
# include <elf/ldsodefs.h>
|
||||||
#else
|
#else
|
||||||
/* We have no dynamic loading. Define the macros we need here as dummy
|
/* We have no dynamic loading. Define the macros we need here as dummy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue