summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/fcntl.inl
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/fcntl.inl')
-rw-r--r--PACE/pace/win32/fcntl.inl25
1 files changed, 0 insertions, 25 deletions
diff --git a/PACE/pace/win32/fcntl.inl b/PACE/pace/win32/fcntl.inl
deleted file mode 100644
index 4ca9257ec8d..00000000000
--- a/PACE/pace/win32/fcntl.inl
+++ /dev/null
@@ -1,25 +0,0 @@
-/* $Id$ -*- C -*-
-
- * =============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * pace/win32/fcntl.inl
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================= */
-
-#if (PACE_HAS_POSIX_FS_UOF)
-PACE_INLINE
-int
-pace_creat (const char * path, pace_mode_t mode)
-{
- /* Emulation is still buggy! creat (path, mode); */
- PACE_ERRNO_NO_SUPPORT_RETURN (-1);
-}
-#endif /* PACE_HAS_POSIX_FS_UOF */
-