/* * uapi/linux/fcntl.h does not keep a copy in tools headers directory, * for system with kernel versions before v5.8, need to sync AT_EACCESS macro.
*/ #ifndef AT_EACCESS #define AT_EACCESS 0x200 #endif
// AT_EACCESS is the same as AT_REMOVEDIR, that is in fs_at_flags_array, // special case it here. if (flags & AT_EACCESS) {
flags &= ~AT_EACCESS;
printed += scnprintf(bf + printed, size - printed, "%sEACCESS%s",
show_prefix ? strarray__fs_at_flags.prefix : "", flags ? "|" : "");
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.