[Git][cmucl/cmucl][master] Fix typo: it's GETUID, not GETUIO

23 Dec
2016
23 Dec
'16
5:29 p.m.
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...
3001
Age (days ago)
3001
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Toy