]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix: Fix cname of mode_t
authorThijs Vermeir <thijsvermeir@gmail.com>
Sat, 7 Mar 2009 11:07:27 +0000 (12:07 +0100)
committerThijs Vermeir <thijsvermeir@gmail.com>
Sat, 7 Mar 2009 11:07:42 +0000 (12:07 +0100)
vapi/posix.vapi

index 44f2f44f5f4a4903f824db884a1d95e680febbfe..2f8a8efb57b327169a37eb9fa1534c90cf5e9a1f 100644 (file)
@@ -701,7 +701,7 @@ namespace Posix {
 
        [SimpleType]
        [IntegerType (rank = 9)]
-       [CCode (cheader_filename = "sys/types.h")]
+       [CCode (cname = "mode_t", cheader_filename = "sys/types.h")]
        public struct mode_t {
        }