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/cachectl.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/cachectl.h')
-rw-r--r-- | libc/include/sys/cachectl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/sys/cachectl.h b/libc/include/sys/cachectl.h index 92353273c..5b20c1918 100644 --- a/libc/include/sys/cachectl.h +++ b/libc/include/sys/cachectl.h @@ -34,4 +34,4 @@ #include <asm/cachectl.h> #endif -#endif +#endif /* sys/cachectl.h */ |