mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user