From 99a9e88e55c4cb46ce645aedac3e5d1a906dfd69 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 7 Aug 1995 18:24:47 +0000 Subject: Mon Aug 7 14:04:36 1995 Roland McGrath * 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. --- config.make.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.make.in') 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@ -- cgit 1.4.1