ping**2 for this one-liner
> Le 11 mai 2024 à 17:16, FX Coudert <fxcoud...@gmail.com> a écrit : > > 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>