1.0.9.33: Change SIGINFO to the more common SIGPWR, and fix its documentation.
authorThiemo Seufer <ths@networkno.de>
Wed, 5 Sep 2007 20:28:31 +0000 (20:28 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 5 Sep 2007 20:28:31 +0000 (20:28 +0000)
contrib/sb-posix/constants.lisp
version.lisp-expr

index c65dc5c..440adb3 100644 (file)
@@ -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)
index 19fe38b..3939434 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.9.32"
+"1.0.9.33"