diff options
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/inc/ms-w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index e4dec04fb8b..df35dff91b5 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -311,7 +311,7 @@ extern int execve (const char *, char * const *, char * const *); | |||
| 311 | #else | 311 | #else |
| 312 | extern intptr_t execve (const char *, char * const *, char * const *); | 312 | extern intptr_t execve (const char *, char * const *, char * const *); |
| 313 | #endif | 313 | #endif |
| 314 | #define fdatasync _commit | 314 | #define tcdrain _commit |
| 315 | #define fdopen _fdopen | 315 | #define fdopen _fdopen |
| 316 | #define fsync _commit | 316 | #define fsync _commit |
| 317 | #define ftruncate _chsize | 317 | #define ftruncate _chsize |