[Pkg-javascript-commits] [node-leveldown] 333/492: port port.h changes
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:14 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 3856f75f00da5ec919c574e6936f5407e4e51608
Author: Rod Vagg <rod at vagg.org>
Date: Wed May 15 14:46:36 2013 +1000
port port.h changes
---
deps/leveldb/leveldb-1.10.0/port/port.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/deps/leveldb/leveldb-1.10.0/port/port.h b/deps/leveldb/leveldb-1.10.0/port/port.h
index e667db4..e009fb6 100644
--- a/deps/leveldb/leveldb-1.10.0/port/port.h
+++ b/deps/leveldb/leveldb-1.10.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