diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-15 13:26:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-15 13:26:09 +0000 |
commit | 1822e3bd6849120d5f02dfadd7a194a853d45779 (patch) | |
tree | 9f29ba0f1c0306926acc8ec82b6aa745a1cc4a43 /lib | |
parent | b4204ff74c557431aba7076db6946f545bc78932 (diff) | |
download | coreutils-1822e3bd6849120d5f02dfadd7a194a853d45779.tar.xz |
declare malloc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/realloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/realloc.c b/lib/realloc.c index 91fa3b250..1f82e75aa 100644 --- a/lib/realloc.c +++ b/lib/realloc.c @@ -24,6 +24,7 @@ #include <sys/types.h> +char *malloc (); char *realloc (); /* Change the size of an allocated block of memory P to N bytes, |