Fix for core NOTE alignment & al.

This commit is contained in:
Naoki Hamada
2014-07-17 16:56:28 +09:00
parent 3e8083efc1
commit 97a74f4692
2 changed files with 6 additions and 6 deletions

View File

@@ -75,10 +75,10 @@ typedef struct {
#define PF_R 4 /* readable bit */
struct note {
Elf64_Xword namesz;
Elf64_Xword descsz;
Elf64_Xword type;
char *contents; /* name char[namesz] and desc[descsz] */
Elf64_Word namesz;
Elf64_Word descsz;
Elf64_Word type;
/* name char[namesz] and desc[descsz] */
};
#define NT_PRSTATUS 1