]> git.ipfire.org Git - thirdparty/vala.git/commit
posix: Move signal constants to an enum and add a few missing ones 760ea1d6353602c508c2e03b8a13a7536ef6c47a
authorAlistair Thomas <astavale@yahoo.co.uk>
Wed, 29 Nov 2017 21:28:56 +0000 (21:28 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 30 Nov 2017 06:56:40 +0000 (07:56 +0100)
commit760ea1d6353602c508c2e03b8a13a7536ef6c47a
tree3b6eb8a93e34d75c835fb2dff91247eb42b2d7b6
parent80271bb96b85faa2fd8d6d8a3136077dc0ec36d0
posix: Move signal constants to an enum and add a few missing ones

Added signal constants: CLD, EMT, INFO, IO, LOST, PWR, WINCH

This patch also adds Valadoc documentation for the signals based on the
Open Group documentation for signal.h and the header bits/signum.h in
GNU's libc version 2.22
(http://pubs.opengroup.org/onlinepubs/7908799/xsh/signal.h.html)

https://bugzilla.gnome.org/show_bug.cgi?id=790958
vapi/posix.vapi