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/bits/fcntl.h b/libc/include/bits/fcntl.h index 597aa6e..ee5a6e1 100644 --- a/libc/include/bits/fcntl.h +++ b/libc/include/bits/fcntl.h
@@ -43,6 +43,6 @@ * * The return value depends on the operation. */ -int fcntl(int __fd, int __cmd, ...); +int fcntl(int __fd, int __op, ...); __END_DECLS