diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/mingw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/mingw.c b/win32/mingw.c index f98aec44b..8045fb996 100644 --- a/win32/mingw.c +++ b/win32/mingw.c | |||
@@ -798,6 +798,7 @@ int fcntl(int fd, int cmd, ...) | |||
798 | } | 798 | } |
799 | free(fds); | 799 | free(fds); |
800 | result = newfd; | 800 | result = newfd; |
801 | break; | ||
801 | default: | 802 | default: |
802 | errno = ENOSYS; | 803 | errno = ENOSYS; |
803 | break; | 804 | break; |