summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-05 13:04:12 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-05 13:04:12 +0200
commitc80b57484f1df4e6bb8cbfaaf824cf9f20accdc5 (patch)
tree7d985f8fc442df493df1705b0f70e32e47eef64d /libc
parent55e9caa1c6d9198764842cc5098af508bf584d63 (diff)
descriptive error message
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/bits/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/types.h b/libc/sysdeps/linux/common/bits/types.h
index 21333267f..24d0056fb 100644
--- a/libc/sysdeps/linux/common/bits/types.h
+++ b/libc/sysdeps/linux/common/bits/types.h
@@ -132,7 +132,7 @@ typedef struct
/* No need to mark the typedef with __extension__. */
# define __STD_TYPE typedef
#else
-# error
+# error your machine is neither 32 bit or 64 bit ... it must be magical
#endif
#include <bits/typesizes.h> /* Defines __*_T_TYPE macros. */