posix: eventfd: remove redundant conditional
Since the argument is a 32-bit unsigned int, all possible
values satisfy the condition that intval < UINT64_MAX - 1.
Remove the redundant conditional.
Signed-off-by:
Christopher Friedt <cfriedt@meta.com>
Loading
Please sign in to comment