diff options
author | Colin Cross <ccross@android.com> | 2017-08-17 18:30:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-08-17 18:30:57 +0000 |
commit | cf3b0c183d9a6910db6384e6f8095c414041ea0c (patch) | |
tree | c9e7e5cb048e24dd067adf8ddd4173562ce1bd68 /libc/include/sys/file.h | |
parent | 84669837f788d1236124cb2a5b77eb2c47041e82 (diff) | |
parent | 9af9120091ceb96641d7c6c645fabad96db4bc0d (diff) | |
download | android_bionic-cf3b0c183d9a6910db6384e6f8095c414041ea0c.tar.gz android_bionic-cf3b0c183d9a6910db6384e6f8095c414041ea0c.tar.bz2 android_bionic-cf3b0c183d9a6910db6384e6f8095c414041ea0c.zip |
Merge "Revert "Name function arguments in libc headers for Studio.""
Diffstat (limited to 'libc/include/sys/file.h')
-rw-r--r-- | libc/include/sys/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/sys/file.h b/libc/include/sys/file.h index a4200219f..f414d34aa 100644 --- a/libc/include/sys/file.h +++ b/libc/include/sys/file.h @@ -36,8 +36,8 @@ __BEGIN_DECLS -int flock(int __fd, int __op); +int flock(int, int); __END_DECLS -#endif +#endif /* _SYS_FILE_H_ */ |