reptyr: remove musl.patch.
The patch is no longer necessary and also breaks the build on glibc.
This commit is contained in:
parent
3cc77a5676
commit
76d1e34d6b
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- ptrace.h 2020-01-02 17:05:32.920795583 +0100
|
|
||||||
+++ ptrace.h 2020-01-02 17:05:46.203324659 +0100
|
|
||||||
@@ -22,6 +22,9 @@
|
|
||||||
#ifndef PTRACE_H
|
|
||||||
#define PTRACE_H
|
|
||||||
|
|
||||||
+#ifdef __linux__
|
|
||||||
+#include <asm/ptrace.h>
|
|
||||||
+#endif
|
|
||||||
#include <sys/ptrace.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/user.h>
|
|
Loading…
Add table
Add a link
Reference in a new issue