[Git][cmucl/cmucl][issue-390-2-autogen-errno-package] Update exported symbols for darwin

Raymond Toy pushed to branch issue-390-2-autogen-errno-package at cmucl / cmucl Commits: 63752097 by Raymond Toy at 2025-09-20T08:20:16-07:00 Update exported symbols for darwin Darwin doesn't have ELOCAL, EVICEOP, or EVICEERR. Remove them. - - - - - 1 changed file: - src/code/exports.lisp Changes: ===================================== src/code/exports.lisp ===================================== @@ -355,7 +355,6 @@ "EIO" "EISCONN" "EISDIR" - "ELOCAL" "ELOOP" "EMFILE" "EMLINK" @@ -398,8 +397,6 @@ "ETOOMANYREFS" "ETXTBSY" "EUSERS" - "EVICEERR" - "EVICEOP" "EWOULDBLOCK" "EXDEV" ) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/63752097fdb33610c9ab3d4f... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/63752097fdb33610c9ab3d4f... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)