summaryrefslogtreecommitdiff
path: root/arch/m68k
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/m68k
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/m68k')
-rw-r--r--arch/m68k/bits/reg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/bits/reg.h b/arch/m68k/bits/reg.h
index 99201f70..fedc4f9f 100644
--- a/arch/m68k/bits/reg.h
+++ b/arch/m68k/bits/reg.h
@@ -1,5 +1,3 @@
-#undef __WORDSIZE
-#define __WORDSIZE 32
#define PT_D1 0
#define PT_D2 1
#define PT_D3 2