diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-19 07:45:34 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-19 07:45:34 +0000 |
| commit | 1fbe972fa757f10fd6b0b138ce3ab5b0d5cffac8 (patch) | |
| tree | f222261d8ccd771c88c1ff077a2844465fe1e444 /util/nvmutil/include/common.h | |
| parent | dcf698b9a0b33d08a70be40631e8c502e909a2a5 (diff) | |
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>
Diffstat (limited to 'util/nvmutil/include/common.h')
| -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 ae805548..e5bad238 100644 --- a/util/nvmutil/include/common.h +++ b/util/nvmutil/include/common.h @@ -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 */ |
