remove useless "extern" keywords in headers

This commit is contained in:
Rich Felker
2012-01-26 10:53:37 -05:00
parent 8eb9a3afba
commit c3db56c4cb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ extern "C" {
#define LOCK_NB 4
#define LOCK_UN 8
extern int flock(int, int);
int flock(int, int);
#endif