remove useless "extern" keywords in headers
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ extern "C" {
|
||||
#define LOCK_NB 4
|
||||
#define LOCK_UN 8
|
||||
|
||||
extern int flock(int, int);
|
||||
int flock(int, int);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user