From 2b2e76e73f38b46da8b449b0976b17560935d9d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Sep 2025 16:56:19 -0400 Subject: [PATCH] format --- .../comment_6_172a92bf49be25355dda3f88b377a6f4._comment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment b/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment index 8ba69239de..1e95bdeab6 100644 --- a/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment +++ b/doc/bugs/35_failed_tests_on_beegfs/comment_6_172a92bf49be25355dda3f88b377a6f4._comment @@ -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