diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 00:05:42 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 00:05:42 +0000 |
| commit | 6a1ab873e60cdd97a642b04096099d36106f9b10 (patch) | |
| tree | c73fc5490dd4cdbdf33bd45a1729166d47bf80f4 /libc/sysdeps/linux/hppa/bits/wordsize.h | |
| parent | 64e0bd18d640695c505eba1b231922f2e87cfa28 (diff) | |
| download | uClibc-alpine-6a1ab873e60cdd97a642b04096099d36106f9b10.tar.bz2 uClibc-alpine-6a1ab873e60cdd97a642b04096099d36106f9b10.tar.xz | |
Copy from trunk.
Diffstat (limited to 'libc/sysdeps/linux/hppa/bits/wordsize.h')
| -rw-r--r-- | libc/sysdeps/linux/hppa/bits/wordsize.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/hppa/bits/wordsize.h b/libc/sysdeps/linux/hppa/bits/wordsize.h new file mode 100644 index 000000000..951e83893 --- /dev/null +++ b/libc/sysdeps/linux/hppa/bits/wordsize.h @@ -0,0 +1,7 @@ +/* Determine the wordsize from the preprocessor defines. */ + +#ifdef __LP64__ +# define __WORDSIZE 64 +#else +# define __WORDSIZE 32 +#endif |
