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
1 changed file:
Changes:
... | ... | @@ -12,6 +12,7 @@ |
12 | 12 | ;; Unintern all the symbols in the UNIX package that conflict with the
|
13 | 13 | ;; symbols in the UNIX-ERRNO package.
|
14 | 14 | (in-package "UNIX")
|
15 | +#+nil
|
|
15 | 16 | (ext:without-package-locks
|
16 | 17 | (dolist (s '(UNIX:ENOENT UNIX:EINPROGRESS UNIX:EBADF UNIX:EXDEV UNIX:EADDRINUSE
|
17 | 18 | UNIX:EBADE UNIX:EIDRM UNIX:ENOTEMPTY UNIX:EISDIR UNIX:ESTRPIPE UNIX:EPERM
|