/* * static int * wrap___lxstat(int ver, const char *path, struct stat *buf) { * int rc = -1; */ rc = wrap___fxstatat(ver, AT_FDCWD, path, buf, AT_SYMLINK_NOFOLLOW); /* * } */