summaryrefslogtreecommitdiff
path: root/ace/OS_NS_fcntl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_fcntl.inl')
-rw-r--r--ace/OS_NS_fcntl.inl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/OS_NS_fcntl.inl b/ace/OS_NS_fcntl.inl
index 0e541c90575..ca18bb9250b 100644
--- a/ace/OS_NS_fcntl.inl
+++ b/ace/OS_NS_fcntl.inl
@@ -16,3 +16,4 @@ ACE_OS::fcntl (ACE_HANDLE handle, int cmd, long arg)
ACE_OSCALL_RETURN (::fcntl (handle, cmd, arg), int, -1);
# endif /* ACE_LACKS_FCNTL */
}
+