diff options
Diffstat (limited to 'crypto/compat/posix_win.c')
-rw-r--r-- | crypto/compat/posix_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index 246f891..572e527 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c | |||
@@ -63,7 +63,7 @@ posix_fopen(const char *path, const char *mode) | |||
63 | } | 63 | } |
64 | 64 | ||
65 | int | 65 | int |
66 | posix_fstat(int fd, struct stat *statbuf) | 66 | libressl_fstat(int fd, struct stat *statbuf) |
67 | { | 67 | { |
68 | return fstat(get_real_fd(fd), statbuf); | 68 | return fstat(get_real_fd(fd), statbuf); |
69 | } | 69 | } |