diff options
Diffstat (limited to 'gold/dirsearch.h')
-rw-r--r-- | gold/dirsearch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/dirsearch.h b/gold/dirsearch.h index f14b5ed..986d389 100644 --- a/gold/dirsearch.h +++ b/gold/dirsearch.h @@ -59,7 +59,7 @@ class Dirsearch // and that value plus one may be used to find the next file with // the same name(s). std::string - find(const std::string&, const std::string& n2, bool *is_in_sysroot, + find(const std::string&, const std::string& n2, bool* is_in_sysroot, int* pindex) const; // Return the blocker token which controls access. |