| 1230 | } |
| 1231 | |
| 1232 | static int |
| 1233 | do_lstat (char const *name, struct stat *st) |
| 1234 | { |
| 1235 | return do_statx (AT_FDCWD, name, st, AT_SYMLINK_NOFOLLOW, calc_req_mask ()); |
| 1236 | } |
| 1237 | |
| 1238 | static int |
| 1239 | stat_for_mode (char const *name, struct stat *st) |
no test coverage detected