summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-05 13:04:12 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-10-16 11:28:51 -0700
commit64209416a0e841fcd0c84f433f22cb83f32009e5 (patch)
treebbb0b60decd9a292863c91f07c914448dbbf8e7b /libc/sysdeps/linux/common
parentdefe0a2ced5d3234fb32ceba5fb8bc72f348b859 (diff)
downloaduClibc-alpine-64209416a0e841fcd0c84f433f22cb83f32009e5.tar.bz2
uClibc-alpine-64209416a0e841fcd0c84f433f22cb83f32009e5.tar.xz
descriptive error message
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/common')
-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. */