about summary refs log tree commit diff
path: root/arch/generic
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-10-17 19:19:40 -0400
committerRich Felker <dalias@aerifal.cx>2019-10-17 19:23:39 -0400
commit7cc79d10afd43811a486fd5e9fcdf8e45ac599e0 (patch)
tree740e26e12e169f5d2fb1812e65e728593f94f1fe /arch/generic
parent316730cdc7a330cddf288b4e5c1de5daa64e19f4 (diff)
downloadmusl-7cc79d10afd43811a486fd5e9fcdf8e45ac599e0.tar.gz
musl-7cc79d10afd43811a486fd5e9fcdf8e45ac599e0.tar.xz
musl-7cc79d10afd43811a486fd5e9fcdf8e45ac599e0.zip
define LONG_MAX via arch alltypes.h, strip down bits/limits.h
LLONG_MAX is uniform for all archs we support and plenty of header and
code level logic assumes it is, so it does not make sense for limits.h
bits mechanism to pretend it's variable.

LONG_BIT can be defined in terms of LONG_MAX; there's no reason to put
it in bits.

by moving LONG_MAX definition to __LONG_MAX in alltypes.h and moving
LLONG_MAX out of bits, there are now no plain-C limits that are
defined in the bits header, so the bits header only needs to be
included in the POSIX or extended profiles. this allows the feature
test macro logic to be removed from the bits header, facilitating a
long-term goal of getting such logic out of bits.

having __LONG_MAX in alltypes.h will allow further generalization of
headers.

archs without a constant PAGESIZE no longer need bits/limits.h at all.
Diffstat (limited to 'arch/generic')
-rw-r--r--arch/generic/bits/limits.h0
1 files changed, 0 insertions, 0 deletions
diff --git a/arch/generic/bits/limits.h b/arch/generic/bits/limits.h
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/arch/generic/bits/limits.h