diff options
Diffstat (limited to 'hurd/path-lookup.c')
-rw-r--r-- | hurd/path-lookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/path-lookup.c b/hurd/path-lookup.c index d3906e1c9b..389a8ccd1b 100644 --- a/hurd/path-lookup.c +++ b/hurd/path-lookup.c @@ -63,7 +63,7 @@ file_name_path_scan (const char *file_name, const char *path, if (err == 0) { if (prefixed_name) - *prefixed_name = strdup (pfxed_name); + *prefixed_name = __strdup (pfxed_name); return 0; } if (!real_err && err != ENOENT) |