
Raymond Toy pushed to branch issue-373-handle-temp-files at cmucl / cmucl Commits: 1f465c57 by Raymond Toy at 2025-02-19T18:32:19-08:00 Use limits.h instead - - - - - 1 changed file: - src/lisp/os-common.c Changes: ===================================== src/lisp/os-common.c ===================================== @@ -22,7 +22,7 @@ #include <unistd.h> #include <time.h> #if defined(DARWIN) -#include <sys/syslimits.h> +#include <limits.h> #endif #include "os.h" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1f465c570bf655599cf5cfdc... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/1f465c570bf655599cf5cfdc... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)