Remove redundant alignment requirement

This commit is contained in:
Arun Prakash Jana 2019-10-04 08:04:46 +05:30
parent 133f55170b
commit 8b9f96e645
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ typedef struct entry {
mode_t mode;
ushort nlen; /* Length of file name; can be uchar (< NAME_MAX + 1) */
uchar flags; /* Flags specific to the file */
} __attribute__ ((aligned(_ALIGNMENT))) *pEntry;
} *pEntry;
/* Key-value pairs from env */
typedef struct {