Loading posix/packages.lisp +1 −0 Original line number Diff line number Diff line Loading @@ -351,6 +351,7 @@ #:cflag-vtime #:cflag-vstop #:cflag-veol2 #:cflag-vwerase #:cflag-veof #:cflag-vsusp #:cflag-vintr #:cflag-vkill #:cflag-vstart #:cflag-verase #:cflag-vdiscard #:cflag-vswtc #:posix-vdisable ;; Misc #:repeat-upon-condition Loading posix/unixint.lisp +3 −0 Original line number Diff line number Diff line Loading @@ -504,6 +504,8 @@ (ctype useconds "useconds_t") (constant (posix-vdisable "_POSIX_VDISABLE")) ;;;; from pwd.h (cstruct passwd "struct passwd" Loading Loading @@ -588,6 +590,7 @@ (constant (cflag-VWERASE "VWERASE")) (constant (cflag-VLNEXT "VLNEXT")) (constant (cflag-VEOL2 "VEOL2")) (constant (cflag-VSTATUS "VSTATUS")) (constant (TCSANOW "TCSANOW")) (constant (TCSADRAIN "TCSADRAIN")) Loading Loading
posix/packages.lisp +1 −0 Original line number Diff line number Diff line Loading @@ -351,6 +351,7 @@ #:cflag-vtime #:cflag-vstop #:cflag-veol2 #:cflag-vwerase #:cflag-veof #:cflag-vsusp #:cflag-vintr #:cflag-vkill #:cflag-vstart #:cflag-verase #:cflag-vdiscard #:cflag-vswtc #:posix-vdisable ;; Misc #:repeat-upon-condition Loading
posix/unixint.lisp +3 −0 Original line number Diff line number Diff line Loading @@ -504,6 +504,8 @@ (ctype useconds "useconds_t") (constant (posix-vdisable "_POSIX_VDISABLE")) ;;;; from pwd.h (cstruct passwd "struct passwd" Loading Loading @@ -588,6 +590,7 @@ (constant (cflag-VWERASE "VWERASE")) (constant (cflag-VLNEXT "VLNEXT")) (constant (cflag-VEOL2 "VEOL2")) (constant (cflag-VSTATUS "VSTATUS")) (constant (TCSANOW "TCSANOW")) (constant (TCSADRAIN "TCSADRAIN")) Loading