From aa0e164e1d3f7a09253af97ecb4c3d82d235954e Mon Sep 17 00:00:00 2001
From: Jeff Law <law@gcc.gnu.org>
Date: Sun, 22 Feb 1998 09:55:25 -0700
Subject: [PATCH] vmsbuild.com [...]: Synchronized with Makefile.in: Add
 fnmatch.o and objalloc.o; remove vasprintf.o.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

�
        * vmsbuild.com [REQUIRE_OFILES]: Synchronized with Makefile.in:
        Add fnmatch.o and objalloc.o; remove vasprintf.o.
        [config.h]: Define NEED_strsignal.
        * functions.def: Correct argument types for strerror and
        strsignal.  Reported by Alex Gutman <agutman@emc.com>.

From-SVN: r18174
---
 libiberty/functions.def | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libiberty/functions.def b/libiberty/functions.def
index 6c14c9bfd51a..0f13f107868e 100644
--- a/libiberty/functions.def
+++ b/libiberty/functions.def
@@ -63,8 +63,8 @@ DEFVAR(sys_siglist, char *sys_siglist[], sys_siglist[0] = 0)
    environment, and to generate an entry NEED_<funcname> in config.h
    if they are not found. */
 
-DEFFUNC(strerror, char*, (), NOTHING)
+DEFFUNC(strerror, char*, (errnoval), int errnoval)
 DEFFUNC(psignal, void, (signo, message), unsigned signo AND char *message)
 DEFFUNC(basename, char *, (name), CONST char *name)
 DEFFUNC(on_exit, void, (f, arg), void (*f)() AND char *arg)
-DEFFUNC(strsignal, char *, (), NOTHING)
+DEFFUNC(strsignal, const char *, (signo), int signo)
-- 
GitLab