summaryrefslogtreecommitdiff
path: root/arch/x32/bits
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2024-05-07 09:07:41 -0400
committerRich Felker <dalias@aerifal.cx>2024-05-07 09:08:31 -0400
commite709a6f07ade208ba513f9225222336f30c304b0 (patch)
tree3932e3b0bd3a03e3a8e367bc5dde8d51ded9dcd6 /arch/x32/bits
parent29b216b2f22d3341c4c00608d7ad554a6aed26f7 (diff)
downloadmusl-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/x32/bits')
-rw-r--r--arch/x32/bits/reg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x32/bits/reg.h b/arch/x32/bits/reg.h
index 5faaef1a..6e54abcf 100644
--- a/arch/x32/bits/reg.h
+++ b/arch/x32/bits/reg.h
@@ -1,5 +1,3 @@
-#undef __WORDSIZE
-#define __WORDSIZE 32
#define R15 0
#define R14 1
#define R13 2