mirror of
https://github.com/gperftools/gperftools
synced 2025-01-25 00:14:51 +00:00
use sys/ptrace.h instead of linux/ptrace.h
As was pointed out at https://github.com/gperftools/gperftools/pull/1329 there is no need for us to depend on linux-headers thingy. Libc headers should be enough.
This commit is contained in:
parent
55e798623f
commit
fe5ba4b524
@ -53,7 +53,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <linux/ptrace.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/procfs.h>
|
||||
#include <sys/user.h>
|
||||
#include <elf.h> // NT_PRSTATUS
|
||||
|
Loading…
Reference in New Issue
Block a user