diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-05-01 22:07:46 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-05-10 15:59:23 +0900 |
commit | 2d670274481647bf3bc9c82a9472bc8500a97a45 (patch) | |
tree | a902dbeba46e56f28631abb80249ecf0beba9d12 /LEGAL | |
parent | 1d0e670e91a379bb276815014e9879a9aa9b6551 (diff) |
Removed missing/dup2.c
This function should be always available, as POSIX-compliant or
Windows platform are required since 1.9. Also the code in this
file is MT-unsafe.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4483
Diffstat (limited to 'LEGAL')
-rw-r--r-- | LEGAL | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -531,7 +531,6 @@ mentioned below. [include/ruby/st.h] [missing/acosh.c] [missing/alloca.c] -[missing/dup2.c] [missing/erf.c] [missing/finite.c] [missing/hypot.c] |