Raymond Toy pushed to branch issue-446-unix-errno-pkg at cmucl / cmucl
Commits:
-
8ffa5f3c
by Raymond Toy at 2025-10-31T07:02:54-07:00
1 changed file:
Changes:
| ... | ... | @@ -53,8 +53,8 @@ $LISP "$@" -noinit -nositeinit <<EOF |
| 53 | 53 | (pushnew :no-clm *features*)
|
| 54 | 54 | (pushnew :no-hemlock *features*)
|
| 55 | 55 | |
| 56 | -(load "target:code/exports-errno")
|
|
| 57 | 56 | (load "target:code/exports")
|
| 57 | +(load "target:code/exports-unix")
|
|
| 58 | 58 | (load "target:tools/setup" :if-source-newer :load-source)
|
| 59 | 59 | (comf "target:tools/setup" :load t)
|
| 60 | 60 |