]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix: Add bindings for constants SIG_BLOCK, UNBLOCK and SETMASK
authorTodd Fischer <todd.fischer@ridgerun.com>
Fri, 15 Jul 2011 12:30:45 +0000 (14:30 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Fri, 15 Jul 2011 12:52:17 +0000 (14:52 +0200)
Fixes bug 654624.

vapi/posix.vapi

index a3188db5d898afed417c413b868d80b1f3a7ca76..375ffb4e841ec636a171b48f315a018b65182a10 100644 (file)
@@ -1016,6 +1016,12 @@ namespace Posix {
        public const int POLL_PRI;
        [CCode (cheader_filename = "signal.h")]
        public const int POLL_HUP;
+       [CCode (cheader_filename = "signal.h")]
+       public const int SIG_BLOCK;
+       [CCode (cheader_filename = "signal.h")]
+       public const int SIG_UNBLOCK;
+       [CCode (cheader_filename = "signal.h")]
+       public const int SIG_SETMASK;
 
        [SimpleType]
        [IntegerType (rank = 6)]