summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/cdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index 5c5d288..7983d45 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -118,7 +118,7 @@
#define __unused
#define __packed
#define __aligned(x)
-#define __section(x)
+#define __section(x)
#endif
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 5 && __GNUC_MINOR__ < 7
#define __dead2 __attribute__((__noreturn__))
@@ -126,7 +126,7 @@
#define __unused
#define __packed /* XXX find this out, if we care */
#define __aligned(x) /* XXX find this out, if we care */
-#define __section(x) /* XXX find this out, if we care */
+#define __section(x) /* XXX find this out, if we care */
#endif
#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ == 3
#define __dead2 __attribute__((__noreturn__))
OpenPOWER on IntegriCloud