summaryrefslogtreecommitdiff
path: root/src/node_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_constants.cc')
-rw-r--r--src/node_constants.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_constants.cc b/src/node_constants.cc
index d478d43400..9ecffead53 100644
--- a/src/node_constants.cc
+++ b/src/node_constants.cc
@@ -1028,6 +1028,8 @@ void DefineOpenSSLConstants(Local<Object> target) {
}
void DefineSystemConstants(Local<Object> target) {
+ NODE_DEFINE_CONSTANT(target, UV_FS_SYMLINK_DIR);
+ NODE_DEFINE_CONSTANT(target, UV_FS_SYMLINK_JUNCTION);
// file access modes
NODE_DEFINE_CONSTANT(target, O_RDONLY);
NODE_DEFINE_CONSTANT(target, O_WRONLY);