nvmutil: rename x_i_close to close_on_eintr

that's what it does. waits for eintr to stop firing

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-19 07:45:34 +00:00
parent d9f2aff95c
commit f4ea610014
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ const char *getnvmprogname(void);
char *new_tmpfile(int *fd, int local, const char *path);
int x_i_mkstemp(char *template);
char *x_c_tmpdir(void);
int x_i_close(int fd);
int close_on_eintr(int fd);
int fsync_on_eintr(int fd);
/* asserts */