diff options
author | Rich Felker <dalias@aerifal.cx> | 2024-05-07 09:07:41 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-05-07 09:08:31 -0400 |
commit | e709a6f07ade208ba513f9225222336f30c304b0 (patch) | |
tree | 3932e3b0bd3a03e3a8e367bc5dde8d51ded9dcd6 /arch/or1k | |
parent | 29b216b2f22d3341c4c00608d7ad554a6aed26f7 (diff) | |
download | musl-e709a6f07ade208ba513f9225222336f30c304b0.tar.gz |
sys/reg.h: derive __WORDSIZE from __LONG_MAX
this removes an otherwise-unnecessary bits header from most archs,
replacing it with an empty generic version.
Diffstat (limited to 'arch/or1k')
-rw-r--r-- | arch/or1k/bits/reg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/or1k/bits/reg.h b/arch/or1k/bits/reg.h deleted file mode 100644 index 0c7bffca..00000000 --- a/arch/or1k/bits/reg.h +++ /dev/null @@ -1,3 +0,0 @@ -#undef __WORDSIZE -#define __WORDSIZE 32 -/* FIXME */ |