Skip to content

Fix #329: Fix compiler warnings in os.lisp.

Raymond Toy requested to merge issue-329-undef-var-get-page-size into master

First, the function we want to call, get-unix-error-msg, is in the unix package, not system. Add package qualifier.

Second, there's no variable err in the function. Just remove it because the default arg for unix:get-unix-error-msg extracts the C errno.

Merge request reports

Loading