summaryrefslogtreecommitdiff
path: root/lib-src/timer.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-17 05:50:17 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-17 05:50:17 +0000
commit5afc7fb0ba4b2ea4ffbcf83108038e8467780e66 (patch)
treea0f745988c2ad1bc6f70b11e93fa0e5dc14c3206 /lib-src/timer.c
parent33ca35042a2b7098157d25c96111b891d070ba37 (diff)
downloademacs-5afc7fb0ba4b2ea4ffbcf83108038e8467780e66.tar.gz
Don't declare malloc.
Diffstat (limited to 'lib-src/timer.c')
-rw-r--r--lib-src/timer.c2
1 files changed, 1 insertions, 1 deletions
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 ();
/*