Used a more portable way to force alignment in security.h
Defining an array of zero elements does not force alignment on some CPUs, insert a filler.pull/2/head
parent
8a1358fff4
commit
6c768f215d
|
@ -173,7 +173,7 @@ struct POSIX_SECURITY {
|
|||
int defcnt;
|
||||
int firstdef;
|
||||
u16 tagsset;
|
||||
s32 alignment[0];
|
||||
u16 filler;
|
||||
struct POSIX_ACL acl;
|
||||
} ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue