summaryrefslogtreecommitdiff
path: root/util/libreboot-utils
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-28 09:27:55 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-28 09:27:55 +0000
commitab79f2b1135c1828315c1f73f8f25fe1e9486d3c (patch)
treec6133bdcde3e63f6efa8f5f7598d83bdd5159c1c /util/libreboot-utils
parent5b26343e24fb10ac9a551902f813f956fd83bbf8 (diff)
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils')
-rw-r--r--util/libreboot-utils/lib/io.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/libreboot-utils/lib/io.c b/util/libreboot-utils/lib/io.c
index a09e3992..eac6073e 100644
--- a/util/libreboot-utils/lib/io.c
+++ b/util/libreboot-utils/lib/io.c
@@ -4,6 +4,10 @@
* I/O functions specific to nvmutil.
*/
+/* TODO: local tmpfiles not being deleted
+ when flags==O_RDONLY e.g. dump command
+ */
+
#include <sys/types.h>
#include <sys/stat.h>