| 1224 | } |
| 1225 | |
| 1226 | static int |
| 1227 | do_stat (char const *name, struct stat *st) |
| 1228 | { |
| 1229 | return do_statx (AT_FDCWD, name, st, 0, calc_req_mask ()); |
| 1230 | } |
| 1231 | |
| 1232 | static int |
| 1233 | do_lstat (char const *name, struct stat *st) |
no test coverage detected