[vala] linux: fix Linux.CLOCK_MONOTONIC_RAW binding



commit 6a5bac7a5e79485ee5184d1350937f5f18252f34
Author: Evan Nemerson <evan coeus-group com>
Date:   Thu Aug 25 11:23:52 2011 -0700

    linux: fix Linux.CLOCK_MONOTONIC_RAW binding

 vapi/linux.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/linux.vapi b/vapi/linux.vapi
index 627724d..5300ae1 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -1201,7 +1201,7 @@ namespace Linux {
     public time_t timegm (GLib.Time t);
 
     [CCode (cheader_filename = "time.h")]
-    public const clockid_t CLOCK_MONOTONIC_RAW;
+    public const Posix.clockid_t CLOCK_MONOTONIC_RAW;
 
     [CCode (cheader_filename = "utmp.h")]
     public int login_tty (int fd);



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