Raymond Toy pushed to branch master at cmucl / cmucl
Commits: ef3716d7 by Raymond Toy at 2024-08-23T13:37:06+00:00 Fix #350: Fix export warnings on Solaris
- - - - - 66dab205 by Raymond Toy at 2024-08-23T13:37:08+00:00 Merge branch 'issue-350-solaris-export-warnings' into 'master'
Fix #350: Fix export warnings on Solaris
Closes #350
See merge request cmucl/cmucl!247 - - - - -
1 changed file:
- src/code/exports.lisp
Changes:
===================================== src/code/exports.lisp ===================================== @@ -548,6 +548,7 @@ "TTY-TANDEM" "TTY-XCASE" "UNIX-TIMES" + "UNIX-DUP2" "UTSNAME" "WRITEGRP" "WRITEOTH" @@ -1988,6 +1989,7 @@ "ALPHA-FASL-FILE-IMPLEMENTATION" "SGI-FASL-FILE-IMPLEMENTATION" "AMD64-FASL-FILE-IMPLEMENTATION" + "ARM-FASL-FILE-IMPLEMENTATION" "MAKE-UNBOUND-MARKER" "RETURN-SINGLE" "BACKEND-PAGE-SIZE"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/186fb776f5c9d7d84bb03b8...