Hi, On some targets it seems that ssize_t is not defined by any of the headers transitively included by <stdio.h>. This leads to a bootstrap fail when jit is enabled. The attached patch fixes it by include <sys/types.h>. Other headers in GCC treat <sys/types.h> as available on all targets, so we include it unconditionally.
Tested on x86_64-darwin and x86_64-linux. OK to push? FX
0001-jit-Ensure-ssize_t-is-defined.patch
Description: Binary data