documment need ea flag

edge.strict_endians
cha0smaster 2005-10-22 20:22:21 +00:00
parent dd3ce28cd2
commit b7aaeece53
1 changed files with 4 additions and 1 deletions

View File

@ -2339,7 +2339,10 @@ typedef struct {
* Extended attribute flags (8-bit).
*/
typedef enum {
NEED_EA = 0x80,
NEED_EA = 0x80, /* Indicate that the file to which the EA
belongs cannot be interpreted without
understanding the associated extended
attributes. */
} __attribute__((__packed__)) EA_FLAGS;
/*