Fix header file generation for ptrace

This commit is contained in:
jD91mZM2
2019-07-07 15:37:29 +02:00
parent 43ff8801bc
commit 7f702720af
9 changed files with 37 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _BITS_SYS_PTRACE_H
#define _BITS_SYS_PTRACE_H
int ptrace(int request, ...);
#endif