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

Unified Diff: third_party/sqlite/src/src/vxworks.h

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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
« no previous file with comments | « third_party/sqlite/src/src/vtab.c ('k') | third_party/sqlite/src/src/wal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/vxworks.h
diff --git a/third_party/sqlite/src/src/vxworks.h b/third_party/sqlite/src/src/vxworks.h
index 45a44453a7bb138a0285c341c1e3ef88549d1b82..e7013c3f667ff13bb704dfe8f3fc86458dd0cf24 100644
--- a/third_party/sqlite/src/src/vxworks.h
+++ b/third_party/sqlite/src/src/vxworks.h
@@ -26,4 +26,7 @@
#else
/* This is not VxWorks. */
#define OS_VXWORKS 0
+#define HAVE_FCHOWN 1
+#define HAVE_READLINK 1
+#define HAVE_LSTAT 1
#endif /* defined(_WRS_KERNEL) */
« no previous file with comments | « third_party/sqlite/src/src/vtab.c ('k') | third_party/sqlite/src/src/wal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698