summaryrefslogtreecommitdiffhomepage
path: root/src/socket/ntapi_sc_getsockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket/ntapi_sc_getsockopt.c')
-rw-r--r--src/socket/ntapi_sc_getsockopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket/ntapi_sc_getsockopt.c b/src/socket/ntapi_sc_getsockopt.c
index d4e0a42..fa2233f 100644
--- a/src/socket/ntapi_sc_getsockopt.c
+++ b/src/socket/ntapi_sc_getsockopt.c
@@ -17,7 +17,7 @@ int32_t __cdecl __ntapi_sc_getsockopt(
__in int32_t optname,
__out void * optval,
__in uint32_t optlen,
- __out nt_io_status_block * iosb)
+ __out nt_iosb volatile * iosb)
{
nt_afd_sockopt_info afd_sockopt;