mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): Fix ppoll_time64 syscall definition.
Fixed my typo in ed61e0ce1d. Here tsp is a pointer to the 64-bit timespec.
MFC after: 2 weeks
This commit is contained in:
parent
13aacd0c0c
commit
94f5f150ef
1 changed files with 1 additions and 1 deletions
|
|
@ -2424,7 +2424,7 @@
|
|||
int linux_ppoll_time64(
|
||||
struct pollfd *fds,
|
||||
uint32_t nfds,
|
||||
struct l_timespec *tsp,
|
||||
struct l_timespec64 *tsp,
|
||||
l_sigset_t *sset,
|
||||
l_size_t ssize
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue