mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fixed IPC issues with bsdRead.
This commit is contained in:
parent
4b8e501fdb
commit
9f45bb4d7e
@ -797,7 +797,7 @@ ssize_t bsdRead(int fd, void *buf, size_t count) {
|
||||
u64 magic;
|
||||
u64 cmd_id;
|
||||
int fd;
|
||||
} *raw;
|
||||
} PACKED *raw;
|
||||
|
||||
raw = ipcPrepareHeader(&c, sizeof(*raw));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user