diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-08-14 20:56:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-08-14 20:56:27 +0000 |
commit | 5cb0ff31a219b78f5ccde876512855cf88cd3740 (patch) | |
tree | 0cc1bfe41bf534e41fd821b907e2b04a10c5ae58 /gdb/defs.h | |
parent | 5f0f34cbddd3cbbbbc0036ee29c7418ee1682cc5 (diff) | |
download | gdb-5cb0ff31a219b78f5ccde876512855cf88cd3740.zip gdb-5cb0ff31a219b78f5ccde876512855cf88cd3740.tar.gz gdb-5cb0ff31a219b78f5ccde876512855cf88cd3740.tar.bz2 |
* defs.h: Remove out-of-date comment.
[!FCLOSE_PROVIDED] (fclose): Remove prototype.
[!GETENV_PROVIDED] (getenv): Remove prototype.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |