format
This commit is contained in:
parent
10fcd61966
commit
2b2e76e73f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
content="""
|
content="""
|
||||||
`openFile` is not the only one that would need to be dealt with.
|
`openFile` is not the only one that would need to be dealt with.
|
||||||
Also `withFile`, `openBinaryFile`, `withBinaryFile`, `appendFile`,
|
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
|
Since none of those provide a way to set CloseOnExec, they would have
|
||||||
to be changed to be implemented using `openFd` with CloseOnExec, and
|
to be changed to be implemented using `openFd` with CloseOnExec, and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue