[Pkg-javascript-commits] [node-leveldown] 421/492: added port_uv.h reference
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit 09af2a750920b106f3abedc9a98fa438f359624c
Author: Rod Vagg <rod at vagg.org>
Date: Thu Oct 3 16:28:59 2013 +1000
added port_uv.h reference
---
deps/leveldb/leveldb-1.14.0/port/port.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/deps/leveldb/leveldb-1.14.0/port/port.h b/deps/leveldb/leveldb-1.14.0/port/port.h
index e667db4..e009fb6 100644
--- a/deps/leveldb/leveldb-1.14.0/port/port.h
+++ b/deps/leveldb/leveldb-1.14.0/port/port.h
@@ -10,7 +10,9 @@
// Include the appropriate platform specific file below. If you are
// porting to a new platform, see "port_example.h" for documentation
// of what the new port_<platform>.h file must provide.
-#if defined(LEVELDB_PLATFORM_POSIX)
+#if defined(LEVELDB_PLATFORM_UV)
+# include "port_uv.h"
+#elif defined(LEVELDB_PLATFORM_POSIX)
# include "port/port_posix.h"
#elif defined(LEVELDB_PLATFORM_CHROMIUM)
# include "port/port_chromium.h"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list