8046408: Build failure from multiple ptrace.h

Prefer <sys/ptrace.h> over <linux/ptrace.h>

Reviewed-by: sla, mikael
This commit is contained in:
Kim Barrett 2014-06-13 17:07:39 -04:00 committed by Jesper Wilhelmsson
parent 73c2edba05
commit e5749d72fd

View File

@ -34,7 +34,7 @@
#include "libproc_md.h"
#endif
#include <linux/ptrace.h>
#include <sys/ptrace.h>
/************************************************************************************