diff options
| author | Veikka Tuominen <git@vexu.eu> | 2022-11-04 16:41:23 +0200 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2022-11-04 16:41:23 +0200 |
| commit | 986b7ce5b27d5aa5fb2f31d70fd2cd863926bcba (patch) | |
| tree | f6e3c52c3ef9b80466e4094a6913283d783b25ab /lib/libc/include/i386-linux-gnu/bits/wordsize.h | |
| parent | f5f1f8c66625237e4eceb3cd40597a687e9a58ac (diff) | |
| download | zig-986b7ce5b27d5aa5fb2f31d70fd2cd863926bcba.tar.gz zig-986b7ce5b27d5aa5fb2f31d70fd2cd863926bcba.zip | |
rename i386-linux-gnu to x86-linux-gnu
Diffstat (limited to 'lib/libc/include/i386-linux-gnu/bits/wordsize.h')
| -rw-r--r-- | lib/libc/include/i386-linux-gnu/bits/wordsize.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libc/include/i386-linux-gnu/bits/wordsize.h b/lib/libc/include/i386-linux-gnu/bits/wordsize.h deleted file mode 100644 index 0bf84a4e99..0000000000 --- a/lib/libc/include/i386-linux-gnu/bits/wordsize.h +++ /dev/null @@ -1,17 +0,0 @@ -/* Determine the wordsize from the preprocessor defines. */ - -#if defined __x86_64__ && !defined __ILP32__ -# define __WORDSIZE 64 -#else -# define __WORDSIZE 32 -#define __WORDSIZE32_SIZE_ULONG 0 -#define __WORDSIZE32_PTRDIFF_LONG 0 -#endif - -#ifdef __x86_64__ -# define __WORDSIZE_TIME64_COMPAT32 1 -/* Both x86-64 and x32 use the 64-bit system call interface. */ -# define __SYSCALL_WORDSIZE 64 -#else -# define __WORDSIZE_TIME64_COMPAT32 0 -#endif
\ No newline at end of file |
