* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
starts with a drive. Also perform whitespace cleanup.
This commit is contained in:
@@ -81,7 +81,7 @@ munge_threadfunc ()
|
||||
/* no need for the overhead */;
|
||||
else
|
||||
{
|
||||
for (i = 0; threadfunc_ix[i]; i++)
|
||||
for (i = 0; threadfunc_ix[i]; i++)
|
||||
ebp[threadfunc_ix[i]] = (char *) threadfunc_fe;
|
||||
((char **) _tlsbase)[OLDFUNC_OFFSET] = threadfunc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user