diff options
| author | Sertonix <sertonix@posteo.net> | 2026-02-03 20:54:47 +0000 |
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2026-03-20 13:43:59 -0400 |
| commit | 31b3ce5309ee4fe17e0ed8d45fc141267c3f1781 (patch) | |
| tree | a404332c17c893d7d85be6132c9fefe9b3afaf82 /arch | |
| parent | 6f6bd4a1896ba0be19168abc1346c8c7e3851709 (diff) | |
| download | musl-31b3ce5309ee4fe17e0ed8d45fc141267c3f1781.tar.gz | |
remove non-generic __WORDSIZE definition
7019fbe10316 (sys/user.h: derive __WORDSIZE from __LONG_MAX) didn't
change i386 and m68k for seemingly no reason
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/i386/bits/user.h | 3 | ||||
| -rw-r--r-- | arch/m68k/bits/user.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/i386/bits/user.h b/arch/i386/bits/user.h index 33fea986..939db4a2 100644 --- a/arch/i386/bits/user.h +++ b/arch/i386/bits/user.h @@ -1,6 +1,3 @@ -#undef __WORDSIZE -#define __WORDSIZE 32 - typedef struct user_fpregs_struct { long cwd, swd, twd, fip, fcs, foo, fos, st_space[20]; } elf_fpregset_t; diff --git a/arch/m68k/bits/user.h b/arch/m68k/bits/user.h index 6a443919..2250967b 100644 --- a/arch/m68k/bits/user.h +++ b/arch/m68k/bits/user.h @@ -1,6 +1,3 @@ -#undef __WORDSIZE -#define __WORDSIZE 32 - struct user_m68kfp_struct { unsigned long fpregs[24], fpcntl[3]; }; |
