Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
b0fc47bd
by Raymond Toy at 2023-12-08T05:53:23-08:00
1 changed file:
Changes:
| ... | ... | @@ -68,6 +68,7 @@ |
| 68 | 68 | status code. If the home directory does not exist NIL is returned.
|
| 69 | 69 | The status is 0 if no errors occurred. Otherwise a non-zero value
|
| 70 | 70 | is returned. Examining errno may give information about what failed."
|
| 71 | + (declare (string name))
|
|
| 71 | 72 | (cond
|
| 72 | 73 | ((zerop (length name))
|
| 73 | 74 | (multiple-value-bind (user-info status)
|