X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fconstants.lisp;h=560be59361891f48e2de60a4ef4354090ef49122;hb=7c7e6276719b8d40fddec2070cad81064a25c8ed;hp=a5660503112413984587c83eff6d21cee308f43c;hpb=a7c8cdf31fd9f411452532084bebd267cbf75454;p=sbcl.git diff --git a/contrib/sb-posix/constants.lisp b/contrib/sb-posix/constants.lisp index a566050..560be59 100644 --- a/contrib/sb-posix/constants.lisp +++ b/contrib/sb-posix/constants.lisp @@ -5,13 +5,14 @@ ;;; first, the headers necessary to find definitions of everything (#||# "sys/types.h" - "unistd.h" "sys/stat.h" "sys/socket.h" "sys/un.h" "netinet/in.h" "netinet/in_systm.h" - "netinet/ip.h" "net/if.h" "netdb.h" "errno.h" "netinet/tcp.h" - "fcntl.h" "sys/mman.h" + "netinet/ip.h" "net/if.h" "netinet/tcp.h" "sys/mman.h" "sys/wait.h" + "fcntl.h" + "netdb.h" "errno.h" "dirent.h" "signal.h" + "unistd.h" "termios.h") @@ -195,6 +196,10 @@ (:integer enomedium "ENOMEDIUM" nil t) (:integer emediumtype "EMEDIUMTYPE" nil t) + ;; wait + (:integer wnohang "WNOHANG") + (:integer wuntraced "WUNTRACED") + ;; mode_t (:type mode-t "mode_t") (:integer s-isuid "S_ISUID" nil t)