lstat64_path
e = lstat64_path(&f, &stb) < 0 ? errno : 0;
int lstat64_path(pathname_t *, struct stat64 *);
rval = lstat64_path(&newname, sbuf);