about summary refs log tree commit diff
path: root/arch/s390x/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/s390x/bits
parent29b216b2f22d3341c4c00608d7ad554a6aed26f7 (diff)
downloadmusl-e709a6f07ade208ba513f9225222336f30c304b0.tar.gz
musl-e709a6f07ade208ba513f9225222336f30c304b0.tar.xz
musl-e709a6f07ade208ba513f9225222336f30c304b0.zip
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/s390x/bits')
-rw-r--r--arch/s390x/bits/reg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390x/bits/reg.h b/arch/s390x/bits/reg.h
deleted file mode 100644
index 2633f39d..00000000
--- a/arch/s390x/bits/reg.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#undef __WORDSIZE
-#define __WORDSIZE 64