X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/blobdiff_plain/2d8bac2c972c9fc294f48df7b6afc34fab744608..287fd2e6b9ff8d33434595d8e6b6b61fc4a7f9cc:/unix.lisp?ds=inline diff --git a/unix.lisp b/unix.lisp index 3a01dd2..adf95ff 100644 --- a/unix.lisp +++ b/unix.lisp @@ -123,7 +123,7 @@ (defun syscall* (name func &rest args) (defmacro syscall (func &rest args) "Call Unix system call FUNC, passing it ARGS. If it returns an error, signal the unix-error condition, with FUNC and ARGS." - `(syscall* ',func ,func ,@args)) + `(syscall* ',func #',func ,@args)) (macrolet ((doit (doc slots) `(defstruct (stat (:predicate statp)