summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/unistd.inl
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/unistd.inl')
-rw-r--r--PACE/pace/win32/unistd.inl5
1 files changed, 1 insertions, 4 deletions
diff --git a/PACE/pace/win32/unistd.inl b/PACE/pace/win32/unistd.inl
index bccc6bb6f48..79948c658a6 100644
--- a/PACE/pace/win32/unistd.inl
+++ b/PACE/pace/win32/unistd.inl
@@ -373,10 +373,7 @@ PACE_INLINE
pace_ssize_t
pace_read (PACE_HANDLE fildes, void * buf, size_t nbyte)
{
- PACE_UNUSED_ARG (fildes);
- PACE_UNUSED_ARG (buf);
- PACE_UNUSED_ARG (nbyte);
- PACE_ERRNO_NO_SUPPORT_RETURN (-1);
+ return pace_win32_read (fildes, buf, nbyte);
}
#endif /* PACE_HAS_POSIX_DI_UOF */