diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-19 23:02:29 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-19 23:02:29 +0000 |
commit | 43d7fc8bd159e2a831683f828af7785246927dfe (patch) | |
tree | bc2a1385898bbabb72af4611c4588f4f195286c1 /PACE/pace/win32/unistd.inl | |
parent | 559e85b34f3d2570f90bc8e5a017daacc9d1a36b (diff) | |
download | ATCD-43d7fc8bd159e2a831683f828af7785246927dfe.tar.gz |
Mon Mar 19 16:56:47 2001 Luther Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/pace/win32/unistd.inl')
-rw-r--r-- | PACE/pace/win32/unistd.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PACE/pace/win32/unistd.inl b/PACE/pace/win32/unistd.inl index 79948c658a6..29599b5ee22 100644 --- a/PACE/pace/win32/unistd.inl +++ b/PACE/pace/win32/unistd.inl @@ -371,7 +371,7 @@ pace_pipe (PACE_HANDLE fildes[2]) #if (PACE_HAS_POSIX_DI_UOF) PACE_INLINE pace_ssize_t -pace_read (PACE_HANDLE fildes, void * buf, size_t nbyte) +pace_read (PACE_HANDLE fildes, void * buf, pace_size_t nbyte) { return pace_win32_read (fildes, buf, nbyte); } |