diff options
author | Roland McGrath <roland@gnu.org> | 1995-08-07 18:24:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-08-07 18:24:47 +0000 |
commit | 99a9e88e55c4cb46ce645aedac3e5d1a906dfd69 (patch) | |
tree | 41578c33d0c64ba2a51cf3f5df1109b782226f6d /config.make.in | |
parent | 5e98d83c10427044f41fa3a48d49bbdd0e176b41 (diff) | |
download | glibc-99a9e88e55c4cb46ce645aedac3e5d1a906dfd69.tar.gz glibc-99a9e88e55c4cb46ce645aedac3e5d1a906dfd69.tar.xz glibc-99a9e88e55c4cb46ce645aedac3e5d1a906dfd69.zip |
Mon Aug 7 14:04:36 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/generic/sysd-stdio.c (__stdio_reopen): Return failure when __stdio_open fails with a code other than ENFILE or EMFILE. * csu/initfini.c (SECTION): New macro, different definitions for #ifdef HAVE_ELF and not. (_init, _fini): Use that macro. * config.make.in (have-initfini): New variable, set by configure. * conf/portability.h (NEED_INETADDR, NEED_INETATON): New macros.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.make.in b/config.make.in index 0f974688a1..652f10ec13 100644 --- a/config.make.in +++ b/config.make.in @@ -14,11 +14,13 @@ config-sysdirs = @sysnames@ config-defines = @DEFS@ +elf = @elf@ +weak-symbols = @weak@ +have-initfini = @libc_cv_have_initfini@ + # Configuration options. gnu-as = @gnu_as@ gnu-ld = @gnu_ld@ -elf = @elf@ -weak-symbols = @weak@ build-shared = @shared@ build-profile = @profile@ build-omitfp = @omitfp@ |