summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64/bits/limits.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-03nt32|nt64: abi upgrade: properly support NTFS directory entries.midipix1-3/+5
Following musl commit 614c9e7b1eecb71c5718c34f1724e8758cbe3c27, it is now possible to support NTFS directory entries consisting of 255 utf-16 characters of the (little-endian) form zzzzyyyy yyxxxxxx, of which the respective utf-8 representation form is 1110zzzz 10yyyyyy 10xxxxxx. Paired with psxscl commit 26192ddd4a7b9100f97825982697d8a918563fe9, and introduces a pre-alpha abi upgrade.
2020-05-03nt32|nt64: bits/alltypes.h.in, bits/limits.h: provide {__}{L}LONG_MAX.midipix1-2/+7
[while maintaining compatibility with older musl versions] [cf. musl commit 7cc79d10afd43811a486fd5e9fcdf8e45ac599e0]
2020-05-03nt32|nt64: bits/limits.h: remove feature test macro.midipix1-3/+0
[cf.musl commit 7cc79d10afd43811a486fd5e9fcdf8e45ac599e0]
2016-12-10bits/limits.h: advertise availability of the framework's abi headers.midipix1-1/+2
2016-12-10bits/limits.h: advertise availability of framework-specific headers.midipix1-0/+3
2015-03-08initial commit of nt64/bits; these header files should be kept in syncmidipix1-0/+8
with their linux x86_64 counterparts, with three minor exceptions: 1) page size (65536) 2) jmp_buf (10 pointers) 3) TIOCGPTN and TIOCSPTLCK (normal sequence) signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.