X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fconstants.lisp;h=bf0fe3bacf2436325ac3b811c808ecd3c10794ea;hb=66cff1e1319861c080d563359afea284614b3a7f;hp=3e24e0e6d78ad8e10bfecb7519117b3b465ad9b0;hpb=9b6bef920da10d33e6fcd43c1bc06cf528f4f507;p=sbcl.git diff --git a/contrib/sb-posix/constants.lisp b/contrib/sb-posix/constants.lisp index 3e24e0e..bf0fe3b 100644 --- a/contrib/sb-posix/constants.lisp +++ b/contrib/sb-posix/constants.lisp @@ -77,7 +77,7 @@ (:integer SIGPROF "SIGPROF" #+sb-doc "profiling timer alarm (see setitimer(2))." t) (:integer SIGWINCH "SIGWINCH" #+sb-doc "Window size change." t) - (:integer SIGINFO "SIGINFO" #+sb-doc "status request from keyboard." t) + (:integer SIGPWR "SIGPWR" #+sb-doc "Power failure." t) (:integer SIGUSR1 "SIGUSR1" #+sb-doc "User defined signal 1." t) (:integer SIGUSR2 "SIGUSR2" #+sb-doc "User defined signal 2." t) (:integer SIGRTMIN "SIGRTMIN" #+sb-doc "Smallest real-time signal number." t) @@ -341,6 +341,12 @@ (:integer f-getown "F_GETOWN" nil t) (:integer f-setown "F_SETOWN" nil t) + ;; lockf() + (:integer f-lock "F_LOCK" nil t) + (:integer f-tlock "F_TLOCK" nil t) + (:integer f-ulock "F_ULOCK" nil t) + (:integer f-test "F_TEST" nil t) + ;; tcgetattr(), tcsetattr() #-win32 (:type cc-t "cc_t") @@ -361,8 +367,8 @@ ;; utime(), utimes() #-win32 (:type suseconds-t ; OAOOM warning: similar kludge in tools-for-build - #-(and darwin ppc) "suseconds_t" - #+(and darwin ppc) "int") + #+os-provides-suseconds-t "suseconds_t" + #-os-provides-suseconds-t "long") #-win32 (:structure alien-utimbuf