Add alternate signal stack to docs

* new-features.xml (ov-new2.1): Add alterante signal stack info.
	* posix.xml (std-susv4): Move sigaltstack here.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2015-06-20 20:30:17 +02:00
parent 0cbf19283b
commit b782f869bf
3 changed files with 17 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
What's new:
-----------
- First cut of an implementation to allow signal handlers running on an
alternate signal stack.
- New API sigaltstack, plus definitions for SA_ONSTACK, SS_ONSTACK, SS_DISABLE,
MINSIGSTKSZ, SIGSTKSZ.
- New API: sethostname.