chiark / gitweb /
update gitignore
[elogind.git] / util.h
diff --git a/util.h b/util.h
index 9dfe631b8a5aa3b88c033f4fb394c52ddf781737..f5aaf704d6cee0ab3edab66af0dcf240fccc7e4a 100644 (file)
--- 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);