Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-09-25 01:02:33 +0300
committerMyles Borins <myles.borins@gmail.com>2020-10-01 04:46:25 +0300
commit4acab22ac2dd4d066c7d50eb1916e34af555eccf (patch)
tree82e145106a9e6b7b5bcc4fa215f14ccc73f32ba2 /doc/api/deprecations.md
parent869ded3b0e9b1f53b7161827bc2275a584881fc7 (diff)
Revert "src: runtime deprecate process.umask()"
This reverts commit 60c4c2b6c557efbb2f8f3a3de147baf987931d41. PR-URL: https://github.com/nodejs/node/pull/35332 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 811821239e3..cf1a3239e81 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2531,10 +2531,10 @@ purpose and is only available on CommonJS environment.
changes:
- version: v14.0.0
pr-url: https://github.com/nodejs/node/pull/32499
- description: Runtime deprecation.
+ description: Documentation-only deprecation.
-->
-Type: Runtime
+Type: Documentation-only
Calling `process.umask()` with no argument causes the process-wide umask to be
written twice. This introduces a race condition between threads, and is a