diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-18 00:33:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-18 00:33:10 +0000 |
commit | 9a3e10869c7581543aa7fc37b44e25cbba895f4b (patch) | |
tree | bdea23ca0fce6f90acdc07d11871527f686cc270 /doc/upgrade.html | |
parent | 2bc4067357640f143fc417fb92fbf89e70047a8f (diff) | |
download | skalibs-9a3e10869c7581543aa7fc37b44e25cbba895f4b.tar.xz |
Modify wait_status to return 256 when WIFSIGNALED
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 8f819c7..f30a856 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,12 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.0.1 </h2> + +<ul> + <li> wait_status() now returns 256 (instead of 126) when WIFSIGNALED(). </li> +</ul> + <h2> in 2.3.0.0 </h2> <ul> |