From 261183e20047c8d0b547e7a7defd1821b71e969f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 19 Jan 2006 00:04:54 +0000 Subject: give a little info as to what the file should contain --- libc/sysdeps/linux/common/bits/wordsize.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/common') diff --git a/libc/sysdeps/linux/common/bits/wordsize.h b/libc/sysdeps/linux/common/bits/wordsize.h index 9ef0e8526..2d8e2b943 100644 --- a/libc/sysdeps/linux/common/bits/wordsize.h +++ b/libc/sysdeps/linux/common/bits/wordsize.h @@ -1 +1,6 @@ #error "This file must be written based on the data type sizes of the target" + +#if 0 +#define __WORDSIZE 32 +#define __WORDSIZE 64 +#endif -- cgit v1.2.3