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/bits/fcntl.h b/libc/include/bits/fcntl.h index 90f933c..604d35a 100644 --- a/libc/include/bits/fcntl.h +++ b/libc/include/bits/fcntl.h
@@ -33,7 +33,7 @@ __BEGIN_DECLS -extern int fcntl(int, int, ...); +int fcntl(int, int, ...); __END_DECLS