summaryrefslogtreecommitdiff
path: root/src/libudev/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libudev/log.h')
-rw-r--r--src/libudev/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libudev/log.h b/src/libudev/log.h
index 2ecba45abb..23ada2255c 100644
--- a/src/libudev/log.h
+++ b/src/libudev/log.h
@@ -58,7 +58,7 @@ int log_meta(
const char*file,
int line,
const char *func,
- const char *format, ...) _printf_attr_(5,6);
+ const char *format, ...) _printf_(5,6);
int log_metav(
int level,
@@ -66,7 +66,7 @@ int log_metav(
int line,
const char *func,
const char *format,
- va_list ap) _printf_attr_(5,0);
+ va_list ap) _printf_(5,0);
int log_oom_internal(
const char *file,