summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stdlib/sys/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib/sys/cdefs.h b/include/stdlib/sys/cdefs.h
index e6960f68..70c09fdb 100644
--- a/include/stdlib/sys/cdefs.h
+++ b/include/stdlib/sys/cdefs.h
@@ -283,7 +283,7 @@
#if __GNUC_PREREQ__(3, 1)
#define __noinline __attribute__ ((__noinline__))
-#define __deprecated __attribute__ ((deprecated))
+#define __deprecated __attribute__ ((__deprecated__))
#else
#define __noinline
#define __deprecated