summaryrefslogtreecommitdiff
path: root/PACE/pace/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/fcntl.h')
-rw-r--r--PACE/pace/fcntl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/PACE/pace/fcntl.h b/PACE/pace/fcntl.h
index e6a28b9a36b..152312f59ef 100644
--- a/PACE/pace/fcntl.h
+++ b/PACE/pace/fcntl.h
@@ -53,12 +53,7 @@ extern "C" {
# if defined (PACE_WIN32)
int fcntl (PACE_HANDLE fildes, int cmd, /* arg */ ... );
# endif /* PACE_WIN32 */
-
-# if defined (PACE_VXWORKS) && PACE_VXWORKS
- PACE_INLINE int pace_fcntl(PACE_HANDLE fildes, int cmd, long arg) { PACE_ERRNO_NO_SUPPORT_RETURN (-1); }
-# else
# define pace_fcntl fcntl
-# endif /* ! PACE_VXWORKS */
#endif /* PACE_HAS_POSIX_FM_UOF */
/**