Closed pinotree closed 4 months ago
This PR fixes the build of quickjs on GNU/Hurd:
malloc_usable_size()
ftello()
fseeko()
PATH_MAX
See the messages of the various commits for longer explanations.
This PR fixes the build of quickjs on GNU/Hurd:
malloc_usable_size()
when using glibcftello()
&fseeko()
when using glibc (they could be used more, I took a conservative approach)PATH_MAX
if not availableSee the messages of the various commits for longer explanations.