summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sd-daemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sd-daemon.h b/src/sd-daemon.h
index 347421381f..6c8872fc23 100644
--- a/src/sd-daemon.h
+++ b/src/sd-daemon.h
@@ -67,7 +67,7 @@ extern "C" {
See sd-daemon(7) for more information.
*/
-#if __GNUC__ >= 4
+#if (__GNUC__ >= 4) && !defined(SD_EXPORT_SYMBOLS)
#define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b)))
#define _sd_hidden_ __attribute__ ((visibility("hidden")))
#else