commit | 3b2096a9d6edd74622b94cacc76b77100f919b84 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 22 18:57:12 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 22 18:57:12 2016 -0700 |
tree | 1e5db3202e110172e7db1ced6d87cf8ceca7ed0b | |
parent | 7101c48f20f2f19dd1d314d23251fb52995a0870 [diff] [blame] |
Remove unnecessary 'extern's. Change-Id: Iba2b3fb6ff88e504f1657b915120ae43d58a1e03
diff --git a/libc/include/sys/prctl.h b/libc/include/sys/prctl.h index d96b8b6..742ed57 100644 --- a/libc/include/sys/prctl.h +++ b/libc/include/sys/prctl.h
@@ -35,7 +35,7 @@ __BEGIN_DECLS -extern int prctl(int option, ...); +int prctl(int option, ...); __END_DECLS