chiark / gitweb /
timedatectl: introduce new command line client for timedated
[elogind.git] / src / shared / macro.h
index dbdf5b3fb00f2d83362ab9bd5f97f9cc699b64b4..e930fdab5333e13ed00535e7c820be1247a8ffa1 100644 (file)
@@ -192,6 +192,7 @@ static inline size_t IOVEC_INCREMENT(struct iovec *i, unsigned n, size_t k) {
 #define _cleanup_close_ __attribute__((cleanup(closep)))
 #define _cleanup_closedir_ __attribute__((cleanup(closedirp)))
 #define _cleanup_umask_ __attribute__((cleanup(umaskp)))
+#define _cleanup_strv_free_ __attribute__((cleanup(strv_freep)))
 
 #define VA_FORMAT_ADVANCE(format, ap)                                   \
 do {                                                                    \