summaryrefslogtreecommitdiff
path: root/include/uapi/linux/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/ptrace.h')
-rw-r--r--include/uapi/linux/ptrace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/ptrace.h b/include/uapi/linux/ptrace.h
index cf1019e15f5b..0f21dc2073ad 100644
--- a/include/uapi/linux/ptrace.h
+++ b/include/uapi/linux/ptrace.h
@@ -1,5 +1,5 @@
-#ifndef _UAPI_LINUX_PTRACE_H
-#define _UAPI_LINUX_PTRACE_H
+#ifndef _LINUX_PTRACE_H
+#define _LINUX_PTRACE_H
/* ptrace.h */
/* structs and defines to help the user use the ptrace system call. */
@@ -96,4 +96,4 @@ struct ptrace_peeksiginfo_args {
#include <asm/ptrace.h>
-#endif /* _UAPI_LINUX_PTRACE_H */
+#endif /* _LINUX_PTRACE_H */