summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 9dfe631b8a..f5aaf704d6 100644
--- a/util.h
+++ b/util.h
@@ -52,7 +52,7 @@ static inline bool is_path_absolute(const char *p) {
bool endswith(const char *s, const char *postfix);
bool startswith(const char *s, const char *prefix);
-int nointr_close(int fd);
+int close_nointr(int fd);
int parse_boolean(const char *v);