Sync libiberty from GCC

This commit is contained in:
Jan-Benedict Glaw
2014-11-17 03:30:13 +01:00
parent 41c7760520
commit abdef8eb90
14 changed files with 823 additions and 33 deletions

View File

@@ -93,7 +93,7 @@ static char *memoized_tmpdir;
/*
@deftypefn Replacement char* choose_tmpdir ()
@deftypefn Replacement const char* choose_tmpdir ()
Returns a pointer to a directory path suitable for creating temporary
files in.
@@ -102,7 +102,7 @@ files in.
*/
char *
const char *
choose_tmpdir (void)
{
if (!memoized_tmpdir)