
Raymond Toy pushed to branch issue-365-add-strerror-with-generated-errno-pkg at cmucl / cmucl Commits: 7bc67574 by Raymond Toy at 2025-02-23T06:36:13-08:00 Comment out code uninterning errno symbols. - - - - - 1 changed file: - src/bootfiles/21e/boot-2024-08.lisp Changes: ===================================== src/bootfiles/21e/boot-2024-08.lisp ===================================== @@ -12,6 +12,7 @@ ;; Unintern all the symbols in the UNIX package that conflict with the ;; symbols in the UNIX-ERRNO package. (in-package "UNIX") +#+nil (ext:without-package-locks (dolist (s '(UNIX:ENOENT UNIX:EINPROGRESS UNIX:EBADF UNIX:EXDEV UNIX:EADDRINUSE UNIX:EBADE UNIX:EIDRM UNIX:ENOTEMPTY UNIX:EISDIR UNIX:ESTRPIPE UNIX:EPERM View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7bc6757457770341a25857c1... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7bc6757457770341a25857c1... You're receiving this email because of your account on gitlab.common-lisp.net.