* defs.h, utils.c: xrealloc takes PTR as first arg.
[deliverable/binutils-gdb.git] / gdb / xm-sysv4.h
index 8d5b0d1e27e6b11c1d1ac12082d72ded7ff3c6a6..35c831da320e725c4a4a59932f97f36d94473afc 100644 (file)
@@ -65,18 +65,3 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Use setpgid(0,0) to run inferior in a separate process group */
 
 #define NEED_POSIX_SETPGID
-
-/* Declare the return types (or supply prototypes for) functions which
-   do not end up being defined by any of the currently included system
-   header files, and which cannot be defined in any common file since a
-   single definition is known to cause portability problems due to 
-   conflicts with definitions on other systems.
-   FIXME:  This may only be a temporary solution (fnf) */
-
-#ifdef __STDC__
-extern void *malloc(size_t);
-extern void *realloc(void *, size_t);
-#else
-extern char *malloc();
-extern char *realloc();
-#endif
This page took 0.022868 seconds and 4 git commands to generate.