int or void, except the one for free.
+Thu Feb 16 13:22:29 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * hosts/std-host.h: Remove all function declarations which return
+ int or void, except the one for free.
+
Wed Feb 15 14:54:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* elf32-ppc.c (elf_powerpc_howto_table): Use a destination mask of
/*#include <string.h>*/
#else
extern char *mktemp ();
-extern int fflush ();
-extern int write ();
-extern void abort ();
-extern int close ();
-extern void exit ();
-extern int fseek ();
-extern int fclose ();
-extern void bcopy ();
-extern int bcmp ();
-extern void bzero ();
extern PTR memset ();
-/* These used to be declared to return void. As far as I know that is just
- wrong; are there any systems for which they actually don't return a
- value (EOF for error, something else for success). */
-extern int puts ();
-extern int fputs ();
-
-extern int rmdir ();
-extern int getuid ();
-extern int getgid ();
-extern int rename ();
-extern void perror ();
#ifndef DONTDECLARE_MALLOC
extern PTR malloc ();
extern PTR realloc ();
extern char *getenv();
extern PTR memchr();
extern char *strrchr();
-extern int chmod();
-extern int fstat();
-extern int stat();
extern char *strrchr();
extern char *ctime();
-extern int _flsbuf();
-extern int fclose();
-/*extern int time(); this causes error with time.h on mach3 */
-extern int utimes();
-extern int vfprintf();
extern long atol();
extern char *getenv();
-extern int fputc();
-extern int unlink();
#endif /* STDC_HEADERS */
#ifndef BYTES_IN_PRINTF_INT