Raymond Toy pushed to branch issue-365-add-strerror at cmucl / cmucl
Commits:
-
3cccf95a
by Raymond Toy at 2025-01-30T16:04:32-08:00
1 changed file:
Changes:
... | ... | @@ -68,6 +68,7 @@ case `uname -s` in |
68 | 68 | ;;
|
69 | 69 | Linux)
|
70 | 70 | GEN_ERRNO=yes
|
71 | + ;;
|
|
71 | 72 | *) ;;
|
72 | 73 | esac
|
73 | 74 |