]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
linux: fix Linux.CLOCK_MONOTONIC_RAW binding
authorEvan Nemerson <evan@coeus-group.com>
Thu, 25 Aug 2011 18:23:52 +0000 (11:23 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Thu, 25 Aug 2011 18:23:52 +0000 (11:23 -0700)
vapi/linux.vapi

index 627724db05c21003e47d3c1160c75ff9b1fa6426..5300ae1547e4e711477a15c50f39f6dd816c3074 100644 (file)
@@ -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);