]> git.lizzy.rs Git - plan9front.git/commit
turn ptrdiff_t into a 64 bit type
authorOri Bernstein <ori@eigenstate.org>
Tue, 24 Mar 2020 21:45:15 +0000 (14:45 -0700)
committerOri Bernstein <ori@eigenstate.org>
Tue, 24 Mar 2020 21:45:15 +0000 (14:45 -0700)
commit2f67e21393c25943f25e116fa6912b7d92dbca4e
treefe61561af5d675c13335cef536eaf75731e26d0a
parent0e1fec841e7cc9291110284a946d1d0489fc7713
turn ptrdiff_t into a 64 bit type

while technically a 32 bit ptrdiff_t is in spec on
systems with 64 bit ponters as long as we guarantee
that individual objects are small enough, this can
confuse legitimate code, so lets fix this.
amd64/include/ape/stddef.h [new file with mode: 0644]
arm64/include/ape/stddef.h [new file with mode: 0644]
sys/include/ape/stddef.h