Skip to content
Snippets Groups Projects
Commit 3191f538 authored by Raymond Toy's avatar Raymond Toy
Browse files

For linux, Load unix-glibc2.lisp instead of unix.lisp.

parent 3a837db1
No related branches found
No related tags found
No related merge requests found
;; Load extra functionality in the UNIX package.
(ext:without-package-locks
(load "modules:unix/unix"))
(load #-linux "modules:unix/unix"
#+linux "modules:unix/unix-glibc2"))
(provide 'unix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment