Comment 24 for bug 1956852

Revision history for this message
alexis rivera (riveraah) wrote (last edit ):

changes to make ecl_dev compile SBCL on termux:
posix-tests.lisp
  opendir.1 and readdir.1 open the *current-directory* instead of "/"
  mkstemp.null-terminate creates the file under *test-directory* instead of /tmp.
     (please review, don't know if the modifications go against the intentions of the test. Not sure if the 64 limit was on the filename or the full pathname).

run-program.c
   closefrom_fallback(int) preprocessor test on LISP_FEATURE_ANDROID to use sysconf instead of getdtablesize