[git commit nptl] descriptive error message

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Oct 16 09:38:53 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=64209416a0e841fcd0c84f433f22cb83f32009e5
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 libc/sysdeps/linux/common/bits/types.h |    2 +-
 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 2133326..24d0056 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.  */
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list