mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
src/shared/util.c: fix typo
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
0fe32c8006
commit
7f4f5b7dba
@ -1116,7 +1116,7 @@ int fd_wait_for_event(int fd, int event, usec_t t) {
|
||||
struct timespec ts;
|
||||
int r;
|
||||
|
||||
#ifdef HAVE_DECL_PPOLL
|
||||
#if HAVE_DECL_PPOLL
|
||||
r = ppoll(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL);
|
||||
#else
|
||||
/* Fallback path when ppoll() is unavailable */
|
||||
|
Loading…
Reference in New Issue
Block a user