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:
Dmitry Chagin 2022-05-08 13:37:48 +03:00
parent 13aacd0c0c
commit 94f5f150ef

View file

@ -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
);