Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 2b0b4aaf by Raymond Toy at 2016-12-23T09:28:40-08:00 Fix typo: it's GETUID, not GETUIO
- - - - -
1 changed file:
- src/code/exports.lisp
Changes:
===================================== src/code/exports.lisp ===================================== --- a/src/code/exports.lisp +++ b/src/code/exports.lisp @@ -295,7 +295,7 @@ "UNIX-MSYNC"
;; Motif - "UNIX-GETUIO" + "UNIX-GETUID"
;; Hemlock "UNIX-CFGETOSPEED"
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/2b0b4aaf2b48969906d3a47484...