You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
558 B
12 lines
558 B
diff -u -r ../node-v11.7.0/src/node_internals.h ./src/node_internals.h
|
|
--- ../node-v11.7.0/src/node_internals.h 2019-01-17 21:27:16.000000000 +0000
|
|
+++ ./src/node_internals.h 2019-01-18 22:44:06.207542176 +0000
|
|
@@ -358,7 +358,7 @@
|
|
|
|
// Functions defined in node.cc that are exposed via the bootstrapper object
|
|
|
|
-#if defined(__POSIX__) && !defined(__ANDROID__) && !defined(__CloudABI__)
|
|
+#if defined(__POSIX__) && !defined(__CloudABI__)
|
|
#define NODE_IMPLEMENTS_POSIX_CREDENTIALS 1
|
|
#endif // __POSIX__ && !defined(__ANDROID__) && !defined(__CloudABI__)
|
|
|
|
|