| 1127 | } |
| 1128 | |
| 1129 | int del_def_xattr_acl(const char *fname) |
| 1130 | { |
| 1131 | return sys_lremovexattr(fname, XDEF_ACL_ATTR); |
| 1132 | } |
| 1133 | #endif |
| 1134 | |
| 1135 | int get_stat_xattr(const char *fname, int fd, STRUCT_STAT *fst, STRUCT_STAT *xst) |
no test coverage detected