Skip to content

Commit 1134b6f

Browse files
Addressed comments
1 parent 61bdaf7 commit 1134b6f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lldb/include/lldb/Host/aix/Ptrace.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88

99
// This file defines ptrace functions & structures
1010

11-
#ifndef liblldb_Host_aix_Ptrace_h_
12-
#define liblldb_Host_aix_Ptrace_h_
11+
#ifndef LIBLLDB_HOST_AIX_PTRACE_H_
12+
#define LIBLLDB_HOST_AIX_PTRACE_H_
1313

1414
#include <sys/ptrace.h>
1515

16-
#define DEBUG_PTRACE_MAXBYTES 20
17-
1816
// Support ptrace extensions even when compiled without required kernel support
1917
#ifndef PTRACE_GETREGS
2018
#define PTRACE_GETREGS (PT_COMMAND_MAX + 1)
@@ -41,4 +39,4 @@
4139
#define PTRACE_GETVSRREGS (PT_COMMAND_MAX + 6)
4240
#endif
4341

44-
#endif // liblldb_Host_aix_Ptrace_h_
42+
#endif // LIBLLDB_HOST_AIX_PTRACE_H_

0 commit comments

Comments
 (0)