X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsb-posix%2Fconstants.lisp;h=440adb36441e26fc36c670f6908cdb0e88c0494d;hb=640f3b9c401b62a199b4858b5fbf31748ddb3c5d;hp=c65dc5cea532de3976a4f57cf2e0c0bc0e150439;hpb=4872f5795e786a05519c211d26243ebf2fc10540;p=sbcl.git diff --git a/contrib/sb-posix/constants.lisp b/contrib/sb-posix/constants.lisp index c65dc5c..440adb3 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)