nvmutil: rename x_i_fsync to fsync_on_eintr

that's what it does. waits on eintr.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-19 07:41:04 +00:00
parent 2ddb9019c8
commit 81ac8eead9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ 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 x_i_fsync(int fd);
int fsync_on_eintr(int fd);
/* asserts */