mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Don't declare malloc.
This commit is contained in:
parent
33ca35042a
commit
5afc7fb0ba
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
extern int errno;
|
||||
extern char *strerror (), *malloc ();
|
||||
extern char *strerror ();
|
||||
extern time_t time ();
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue