This commit is contained in:
Joey Hess 2025-09-04 16:56:19 -04:00
commit 2b2e76e73f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -5,7 +5,7 @@
content="""
`openFile` is not the only one that would need to be dealt with.
Also `withFile`, `openBinaryFile`, `withBinaryFile`, `appendFile`,
and `openTempFile`, `readFile, and `writeFile` (including `L.` versions).
and `openTempFile`, `readFile`, and `writeFile` (including `L.` versions).
Since none of those provide a way to set CloseOnExec, they would have
to be changed to be implemented using `openFd` with CloseOnExec, and