diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 07:41:04 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | 81ac8eead9971d365c64c10eb6ccb6adb0ae0ece (patch) | |
| tree | 173076b8256227948670103cd5f7589a10b49a3c /util/nvmutil/include | |
| parent | 2ddb9019c80b92cf41dfde1c13e424caece5b567 (diff) | |
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>
Diffstat (limited to 'util/nvmutil/include')
| -rw-r--r-- | util/nvmutil/include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h index 961fbb1d..270e5994 100644 --- a/util/nvmutil/include/common.h +++ b/util/nvmutil/include/common.h @@ -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 */ |
