summaryrefslogtreecommitdiff
path: root/amd64/include/ape/stddef.h
AgeCommit message (Collapse)Author
2020-03-24turn ptrdiff_t into a 64 bit typeOri Bernstein
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.