Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-01-02 19:59:59 +0300
committerJeff Johnston <jjohnstn@redhat.com>2007-01-02 19:59:59 +0300
commit9cd4a2de61d35b0c80aae2faf75a3d9b8632eab5 (patch)
tree73be97d2c67277254769e43d19c2b0231a6d86fa /newlib
parentb7d9bb7e5e0d9839f1676593c4173685d24a380d (diff)
2007-01-02 Ben Elliston <bje@au.ibm.com>
* doc/makedoc.c: Include <stdlib.h>. (malloc, realloc): Remove extern declarations.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/doc/makedoc.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 34742dd1a..bf86d1a05 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-02 Ben Elliston <bje@au.ibm.com>
+
+ * doc/makedoc.c: Include <stdlib.h>.
+ (malloc, realloc): Remove extern declarations.
+
2005-12-18 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.15.0 info.
diff --git a/newlib/doc/makedoc.c b/newlib/doc/makedoc.c
index 12dfc90dd..00ff75c42 100644
--- a/newlib/doc/makedoc.c
+++ b/newlib/doc/makedoc.c
@@ -37,11 +37,9 @@ There is no
#include "ansidecl.h"
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
-extern PTR malloc();
-extern PTR realloc();
-
#define DEF_SIZE 5000
#define STACK 50