diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-27 03:09:41 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-27 15:22:16 +0000 |
| commit | 2c156d1aac37e10c41af6af5babe8810a4815897 (patch) | |
| tree | b1a594bc10411fcf66517e53b9056bd9f5ba5f35 /util/libreboot-utils/include/common.h | |
| parent | 5d6344292a58aba54b321f6df2601630c26b62f9 (diff) | |
util/libreboot-utils: finish implementing hell
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index 1bef0d50..77672846 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -543,7 +543,7 @@ int fs_rename_at(int olddirfd, const char *old, int newdirfd, const char *new); int fs_open(const char *path, int flags); void close_no_err(int *fd); -void free_if_null(char **buf); +void free_and_set_null(char **buf); int close_warn(int *fd, char *s); struct filesystem *rootfs(void); int fs_resolve_at(int dirfd, const char *path, int flags); |
