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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/PACE/pace/fcntl.h b/PACE/pace/fcntl.h
index 3fcd2ea618a..fa71ebd13ee 100644
--- a/PACE/pace/fcntl.h
+++ b/PACE/pace/fcntl.h
@@ -38,8 +38,8 @@ extern "C" {
#if (PACE_HAS_POSIX_FS_UOF)
PACE_INLINE int pace_creat (const char * path, pace_mode_t mode);
/* WIN32 doesn't correctly return a file desciptor. WIN32 doesn't use
- integers to represent file handles. Instead, we return (int)*HANDLE
- for success and -1 for failure.
+ integers to represent file handles. Instead, we return 1 for success
+ and -1 for failure.
*/
#endif /* PACE_HAS_POSIX_FS_UOF */