aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-24 14:53:38 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-24 14:53:38 +0000
commit6200062845497ece25c28d92ae85c5f8aaee47a4 (patch)
treea17842e4302aa6c42d5ce49b6df467b20ab887eb
parentb9a3fbdc52b32aa6bd27941aba76da528f4e0669 (diff)
downloadgnunet-6200062845497ece25c28d92ae85c5f8aaee47a4.tar.gz
gnunet-6200062845497ece25c28d92ae85c5f8aaee47a4.zip
-doc
-rw-r--r--src/include/gnunet_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index e57f8663c..1fbd1a88e 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -150,7 +150,9 @@
150#endif 150#endif
151 151
152/** 152/**
153 * gcc-ism to force alignment 153 * gcc-ism to force alignment; we use this to align char-arrays
154 * that may then be cast to 'struct's. See also gcc
155 * bug #33594.
154 */ 156 */
155#define GNUNET_ALIGN __attribute__((aligned (__BIGGEST_ALIGNMENT__))) 157#define GNUNET_ALIGN __attribute__((aligned (__BIGGEST_ALIGNMENT__)))
156 158