Home GnuPG
Diffusion nPth b5ecd8d2c6fd

posix: Add npth_poll/npth_ppoll.

Description

posix: Add npth_poll/npth_ppoll.

* configure.ac: Add checks for poll.h and ppoll.
  • GnuPG-bug-id: T5748
  • Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

Details

Auditors
werner
Provenance
gniibeAuthored on Dec 22 2021, 1:52 AM
Parents
rPTHe73ae33adfbc: build: Remove unused m4/sys_socket_h.m4.
Branches
Unknown
Tags
Unknown
Tasks
T5748: Adding poll/ppoll to NPTH

Event Timeline

werner added a subscriber: werner.
werner added inline comments.
/src/npth.c
728

poll expects an int for the timeout. You used the timespec. Tested on macOS.

This commit now has outstanding concerns.Jan 24 2022, 6:44 PM

Thanks, fixed.

All concerns with this commit have now been addressed.Feb 23 2024, 11:24 AM