NaCl runtime fixes
[mono.git] / eglib / src / eglib-config.h.in
index 7df691974848e916442ff8e8189a55ac3ce0bf25..ba0f93f9be53ddad6d9470987036458efb4df91e 100644 (file)
@@ -29,17 +29,18 @@ typedef signed   @GSIZE@ gssize;
 #define G_GSIZE_FORMAT   @GSIZE_FORMAT@
 #define G_GUINT64_FORMAT @G_GUINT64_FORMAT@
 #define G_GINT64_FORMAT @G_GINT64_FORMAT@
+#define G_GUINT32_FORMAT @G_GUINT32_FORMAT@
+#define G_GINT32_FORMAT @G_GINT32_FORMAT@
 
 #if @G_HAVE_ISO_VARARGS@ == 1
 #define G_HAVE_ISO_VARARGS
 #endif
 
 #if defined (__native_client__)
-#define sem_trywait(x) sem_wait(x)
-#define sem_timedwait(x,y) sem_wait(x)
-#define getdtablesize() (32768)
 #undef G_BREAKPOINT
 #define G_BREAKPOINT()
 #endif
 
+typedef @PIDTYPE@ GPid;
+
 #endif