* defs.h: Remove out-of-date comment.
[deliverable/binutils-gdb.git] / gdb / defs.h
index 5861b43bda7363f2f2f54a3e6cfaefb0a781c3e8..69d9685615884f05eeac3abcdf3e46f911758931 100644 (file)
@@ -1072,10 +1072,6 @@ enum gdb_osabi
    Libiberty thingies are no longer declared here.  We include libiberty.h
    above, instead.  */
 
-#ifndef GETENV_PROVIDED
-extern char *getenv (const char *);
-#endif
-
 /* From other system libraries */
 
 #ifdef HAVE_STDDEF_H
@@ -1093,15 +1089,6 @@ extern char *getenv (const char *);
 #endif
 
 
-/* We take the address of fclose later, but some stdio's forget
-   to declare this.  We can't always declare it since there's
-   no way to declare the parameters without upsetting some compiler
-   somewhere. */
-
-#ifndef FCLOSE_PROVIDED
-extern int fclose (FILE *);
-#endif
-
 #ifndef atof
 extern double atof (const char *);     /* X3.159-1989  4.10.1.1 */
 #endif
This page took 0.025145 seconds and 4 git commands to generate.