mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 00:19:22 +02:00
Fixed bsdGetSockOpt.
This commit is contained in:
parent
2619142d78
commit
9c7ed03424
@ -557,7 +557,7 @@ int bsdGetSockOpt(int sockfd, int level, int optname, void *optval, socklen_t *o
|
||||
int sockfd;
|
||||
int level;
|
||||
int optname;
|
||||
} *raw;
|
||||
} PACKED *raw;
|
||||
|
||||
raw = ipcPrepareHeader(&c, sizeof(*raw));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user