diff options
Diffstat (limited to 'include/sys/file.h')
-rw-r--r-- | include/sys/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/file.h b/include/sys/file.h index 8b2eb01a..adb9dd52 100644 --- a/include/sys/file.h +++ b/include/sys/file.h @@ -11,7 +11,7 @@ extern "C" { #define LOCK_NB 4 #define LOCK_UN 8 -extern int flock(int, int); +int flock(int, int); #endif |