lstat inf loop on resolve_new
In some cases (inside a docker test), relativize_fd goes to an infinite loop testing for /gcl-build.
follow_links is used inside the resolve_new and we don't have the flag may be needed to don't resolve the last link, hence we have an infinite loop.
Adding the parameter solves with libc, and allows testing libc interception.
Edited by Ramon Nou