aboutsummaryrefslogtreecommitdiff
path: root/generic/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/private.h')
-rw-r--r--generic/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/private.h b/generic/private.h
index 015be37..94a58ca 100644
--- a/generic/private.h
+++ b/generic/private.h
@@ -87,7 +87,7 @@
#define __constructor __attribute__ ((__constructor__))
#define __destructor __attribute__ ((__destructor__))
#define __noreturn __attribute__ ((__noreturn__))
-#define __unused __attribute__ ((__unused__))
+#define __znunused __attribute__ ((__unused__))
#ifndef __GNUC__