Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2c8a73f

Browse filesBrowse files
Tango992marco-ippolito
authored andcommitted
src: remove duplicate assignment of O_EXCL in node_constants.cc
PR-URL: #59049 Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent a6e7adb commit 2c8a73f
Copy full SHA for 2c8a73f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Collapse file

‎src/node_constants.cc‎

Copy file name to clipboardExpand all lines: src/node_constants.cc
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,10 +1108,6 @@ NODE_DEFINE_CONSTANT(target, UV_FS_O_FILEMAP);
11081108
NODE_DEFINE_CONSTANT(target, O_DIRECTORY);
11091109
#endif
11101110

1111-
#ifdef O_EXCL
1112-
NODE_DEFINE_CONSTANT(target, O_EXCL);
1113-
#endif
1114-
11151111
#ifdef O_NOATIME
11161112
NODE_DEFINE_CONSTANT(target, O_NOATIME);
11171113
#endif

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.