Fix build with gcc 3.4

PR:		ports/70455
Submitted by:	Andrey Slusar <anray@inet.ua>
This commit is contained in:
Kirill Ponomarev 2004-08-14 14:51:10 +00:00
parent 66d7363595
commit 1f67f1e66b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116196

View File

@ -1,6 +1,6 @@
--- libiberty/functions.def.old Thu Jul 4 19:16:36 1996
+++ libiberty/functions.def Wed May 19 18:21:14 2004
@@ -34,15 +34,12 @@
--- libiberty/functions.def.orig Thu Jul 4 19:16:36 1996
+++ libiberty/functions.def Sat Aug 14 13:32:43 2004
@@ -34,15 +34,11 @@
DEF(strchr, char*, (s, c), CONST char *s AND int c)
DEF(strdup, char*, (s1), char * s1)
DEF(strrchr, char*, (s, c), CONST char *s AND int c)
@ -10,7 +10,7 @@
DEF(strtoul, unsigned long, (), NOTHING)
DEF(tmpnam, char *, (s), char * s)
DEF(vfork, int, (), NOTHING)
DEF(vfprintf, int, (), NOTHING)
-DEF(vfprintf, int, (), NOTHING)
-DEF(vprintf, int, (), NOTHING)
-DEF(vsprintf, int, (), NOTHING)
DEF(sigsetmask, int, (), NOTHING)