Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / libraries / nacl_io / osinttypes.h
index 491922c..2b0b92a 100644 (file)
 
 #endif
 
+#if !defined(__native_client__)
+#define PRIoff "ld"
+#else
+#define PRIoff "lld"
+#endif
+
 #endif  /* NACL_IO_OSINTTYPES_H_ */