1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/crossgo32/files/patch-functions.def
Kirill Ponomarev 1f67f1e66b Fix build with gcc 3.4
PR:		ports/70455
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-08-14 14:51:10 +00:00

19 lines
731 B
Modula-2

--- 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)
-DEF(strstr, char*, (), NOTHING)
DEF(strtod, double, (), NOTHING)
DEF(strtol, long, (), NOTHING)
DEF(strtoul, unsigned long, (), NOTHING)
DEF(tmpnam, char *, (s), char * s)
DEF(vfork, int, (), NOTHING)
-DEF(vfprintf, int, (), NOTHING)
-DEF(vprintf, int, (), NOTHING)
-DEF(vsprintf, int, (), NOTHING)
DEF(sigsetmask, int, (), NOTHING)
DEF(alloca, PTR, (size), size_t size)
DEF(waitpid, int, (pid, statp, opts), int pid AND int* statp AND int opts )