From 5afc7fb0ba4b2ea4ffbcf83108038e8467780e66 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Sep 1994 05:50:17 +0000 Subject: [PATCH] Don't declare malloc. --- lib-src/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/timer.c b/lib-src/timer.c index 1fd7836802f..6a3a3fba101 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -34,7 +34,7 @@ extern int errno; -extern char *strerror (), *malloc (); +extern char *strerror (); extern time_t time (); /* -- 2.39.5