diff options
author | DJ Delorie <dj@delorie.com> | 2001-10-17 22:35:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-10-17 22:35:28 +0000 |
commit | 6c7d6f9721c29bb579b7f006f56f9204b1eccf5b (patch) | |
tree | 870e9de405ee57430bf752b22c1c2d9aba3320de /libiberty/choose-temp.c | |
parent | 4da22dc9b7b94e84a3201e2c9665de6b95aede3b (diff) | |
download | gdb-6c7d6f9721c29bb579b7f006f56f9204b1eccf5b.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/choose-temp.c')
-rw-r--r-- | libiberty/choose-temp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index de6fbed4b7d..5c2c6140dbf 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -39,7 +39,7 @@ extern char *choose_tmpdir PARAMS ((void)); /* -@deftypefn Extension char* choose_temp_base () +@deftypefn Extension char* choose_temp_base (void) Return a prefix for temporary file names or @code{NULL} if unable to find one. The current directory is chosen if all else fails so the |