merge from gcc
This commit is contained in:
parent
6770045840
commit
49b1fae430
63 changed files with 517 additions and 777 deletions
|
@ -73,8 +73,7 @@ extern char *canonicalize_file_name (const char *);
|
|||
#endif
|
||||
|
||||
char *
|
||||
lrealpath (filename)
|
||||
const char *filename;
|
||||
lrealpath (const char *filename)
|
||||
{
|
||||
/* Method 1: The system has a compile time upper bound on a filename
|
||||
path. Use that and realpath() to canonicalize the name. This is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue