commit | 364fc76047989ef29100d52722cb7d918236cfd4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Mar 04 23:48:00 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Mon Mar 04 23:48:00 2024 +0000 |
tree | b6210898cf690a11bc13a6a4bb0ed07daec14b8f | |
parent | 2c0e9a58ead53aff66f0978c51142d8331ffffb0 [diff] [blame] |
Consistently use 'op' in argument names. This matches changes being made to regularize the man page terminology. Change-Id: If949cf81a0a0a06f24a4a742e8bf45c53dbd0da1
diff --git a/libc/include/sys/ptrace.h b/libc/include/sys/ptrace.h index 022fc3a..66b30a1 100644 --- a/libc/include/sys/ptrace.h +++ b/libc/include/sys/ptrace.h
@@ -59,7 +59,7 @@ #define PT_GETSIGINFO PTRACE_GETSIGINFO #define PT_SETSIGINFO PTRACE_SETSIGINFO -long ptrace(int __request, ...); +long ptrace(int __op, ...); __END_DECLS