summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2024-01-21 17:18:36 -0500
committerRich Felker <dalias@aerifal.cx>2024-01-21 17:18:36 -0500
commit07af01816d65b49a901cd784db69a030a6213e03 (patch)
tree5fb780350fba9522de5c2973608d0d407d5e0e9e
parent11fb383275d20f5f94c00425bd888a02ecbd218e (diff)
downloadmusl-07af01816d65b49a901cd784db69a030a6213e03.tar.gz
move ppoll from src/linux to src/select reflecting future standardization
the ppoll function has been accepted as a future part of the standard as the outcome of Austin Group tracker issue 1263. move the source file to reflect this.
-rw-r--r--src/select/ppoll.c (renamed from src/linux/ppoll.c)0
1 files changed, 0 insertions, 0 deletions
diff --git a/src/linux/ppoll.c b/src/select/ppoll.c
index e614600a..e614600a 100644
--- a/src/linux/ppoll.c
+++ b/src/select/ppoll.c