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 c3f0af3710..3dac129f61 100644 --- a/include/sys/file.h +++ b/include/sys/file.h @@ -2,5 +2,5 @@ #include <misc/sys/file.h> /* Now define the internal interfaces. */ -extern int __flock __P ((int __fd, int __operation)); +extern int __flock (int __fd, int __operation) __THROW; #endif |