2f67e21393
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.
7 lines
146 B
C
7 lines
146 B
C
#ifndef __STDDEF_ARCH_H
|
|
#define __STDDEF_ARCH_H
|
|
|
|
typedef long long _ptrdiff_t;
|
|
#include "/sys/include/ape/stddef.h"
|
|
|
|
#endif /* __STDDEF_ARCH_H */
|