On Alpine Linux using gcc version 15.2.0 and the musl implementation of libc.
Throughout all uses of ssize_t in crpath the error occurs when compiling the program: unknown type name 'ssize_t'; did you mean 'size_t'.
On Alpine Linux using gcc version 15.2.0 and the musl implementation of libc.
Throughout all uses of `ssize_t` in crpath the error occurs when compiling the program: `unknown type name 'ssize_t'; did you mean 'size_t'`.