X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fconstants.lisp;h=48660fabd0caafa65c998854bbc3113c39c37891;hb=06c288327bb8ea3a9534c63c0a8a909445a62054;hp=3aab1b61ab6f87c04781ef4037843706eb100050;hpb=f20b7ed7d74fcf84c38735cf01dc140670b627a6;p=sbcl.git diff --git a/contrib/sb-posix/constants.lisp b/contrib/sb-posix/constants.lisp index 3aab1b6..48660fa 100644 --- a/contrib/sb-posix/constants.lisp +++ b/contrib/sb-posix/constants.lisp @@ -210,8 +210,8 @@ #-sunos (:errno emediumtype "EMEDIUMTYPE" nil t) ;; wait - (:integer wnohang "WNOHANG") - (:integer wuntraced "WUNTRACED") + (:integer wnohang "WNOHANG" nil t) + (:integer wuntraced "WUNTRACED" nil t) ;; mode_t (:type mode-t "mode_t")