expose ppoll in default feature profile
commitf247462b0831cbf163e976ee9a909748c674b88b
authorRich Felker <dalias@aerifal.cx>
Sun, 21 Jan 2024 22:22:50 +0000 (21 17:22 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 21 Jan 2024 22:22:50 +0000 (21 17:22 -0500)
tree7c1a41a7de160955c1c74f370e1fa0f4ce748c8c
parent07af01816d65b49a901cd784db69a030a6213e03
expose ppoll in default feature profile

the ppoll function has been accepted as a future part of the standard
as the outcome of Austin Group tracker issue 1263. at some point it
should be exposed unconditionally, but for now, expose it in the
default feature profile.
include/poll.h
src/select/ppoll.c