summaryrefslogtreecommitdiff
path: root/winsup/cygwin/fcntl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fcntl.cc')
-rw-r--r--winsup/cygwin/fcntl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/fcntl.cc b/winsup/cygwin/fcntl.cc
index 6d99a98c4b7..f99dd2d2b7c 100644
--- a/winsup/cygwin/fcntl.cc
+++ b/winsup/cygwin/fcntl.cc
@@ -20,8 +20,7 @@ details. */
#include "cygheap.h"
#include "thread.h"
-extern "C"
-int
+extern "C" int
_fcntl (int fd, int cmd,...)
{
void *arg = NULL;