Add NT_PRSTATUS to <elf.h>.

Needed by aarch64.

Bug: 12476126
Change-Id: I7764664459a06cf4f2a60e707bd968d321a78430
This commit is contained in:
Elliott Hughes
2014-01-09 15:45:07 -08:00
parent 6114ffb3e1
commit 1272dbd1d7
2 changed files with 6 additions and 4 deletions

View File

@@ -29,12 +29,9 @@
#ifndef _LINKER_H_
#define _LINKER_H_
#include <unistd.h>
#include <sys/types.h>
#include <elf.h>
#include <sys/exec_elf.h>
#include <link.h>
#include <unistd.h>
#include "private/libc_logging.h"