]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix: fix cname of off_t
authorThijs Vermeir <thijsvermeir@gmail.com>
Sat, 14 Mar 2009 11:37:49 +0000 (12:37 +0100)
committerThijs Vermeir <thijsvermeir@gmail.com>
Sat, 14 Mar 2009 11:37:49 +0000 (12:37 +0100)
vapi/posix.vapi

index 38ab008b6890d42f0ce5b9321c9c2e995ae390ef..afc01bff54c3af6e522848ca311b3a2ab65fc114 100644 (file)
@@ -691,7 +691,7 @@ namespace Posix {
 
        [SimpleType]
        [IntegerType (rank = 9)]
-       [CCode (cheader_filename = "sys/types.h")]
+       [CCode (cname="off_t", cheader_filename = "sys/types.h")]
        public struct off_t {
        }