[vala: 1/2] posix: fix cname of off_t



commit 12f98b850fea7f1180b00a5192e01dc1fe419886
Author: Thijs Vermeir <thijsvermeir gmail com>
Date:   Sat Mar 14 12:37:49 2009 +0100

    posix: fix cname of off_t
---
 vapi/posix.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 38ab008..afc01bf 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -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 {
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]