Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: libraries/nacl-mounts/util/DebugPrint.h

Issue 10556007: changes in memory mount and socket subsystem to port thttpd (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libraries/nacl-mounts/util/DebugPrint.h
===================================================================
--- libraries/nacl-mounts/util/DebugPrint.h (revision 598)
+++ libraries/nacl-mounts/util/DebugPrint.h (working copy)
@@ -10,9 +10,13 @@
#include <stdarg.h>
#include <sys/types.h>
+#ifdef __cplusplus
extern "C" {
+#endif
ssize_t __real_write(int fd, const void *buf, size_t count);
+#ifdef __cplusplus
}
+#endif
static int dbgprintf(const char* format, ...) {
const int buf_size = 1000;
« libraries/nacl-mounts/base/KernelProxy.cc ('K') | « libraries/nacl-mounts/pepper/PepperMount.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698