chiark / gitweb /
update fixme
[elogind.git] / strv.h
diff --git a/strv.h b/strv.h
index abe91925456f177050201dd5e01149b36d5269ed..7a132ef68779de0f5b52c3ffb02adbc379556f84 100644 (file)
--- a/strv.h
+++ b/strv.h
@@ -33,7 +33,7 @@ char **strv_merge(char **a, char **b);
 
 bool strv_contains(char **l, const char *s);
 
-char **strv_new(const char *x, ...) __sentinel;
+char **strv_new(const char *x, ...) _sentinel;
 
 #define STRV_FOREACH(s, l)                      \
         for ((s) = (l); (s) && *(s); (s)++)