Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / src / untrusted / irt / irt_nameservice.c
index f424e65..2d13103 100644 (file)
 
 
 /*
+ * The newlib toolchain does not define dprintf.
+ * https://code.google.com/p/chromium/issues/detail?id=403825
+ */
+#if !defined(__GLIBC__)
+int dprintf(int, const char*, ...);
+#endif
+
+/*
  * Lock to guard name service channel.  Both the local data structure and
  * the channel itself can only be used for one request at a time.  So we
  * serialize requests.  We could revisit this and do something that scales