[ https://issues.apache.org/jira/browse/MESOS-8682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441126#comment-16441126 ]
Andrew Schwartzmeyer commented on MESOS-8682: --------------------------------------------- I removed this from epic MESOS-8668 because those that are needed are already in the epic, and the rest of those (under the TODO here) are not urgent. > Remove remaining CRT functions stout on Windows > ----------------------------------------------- > > Key: MESOS-8682 > URL: https://issues.apache.org/jira/browse/MESOS-8682 > Project: Mesos > Issue Type: Task > Reporter: Andrew Schwartzmeyer > Assignee: Andrew Schwartzmeyer > Priority: Major > Labels: stout, windows > > h2. TODO > * {{_waccess}} in access.hpp: does not use fd > * {{_wmktemp_s}} in mktemp.hpp: does not use fd (reuse logic from mkdtemp.hpp) > * {{recv}} in read.hpp (also MESOS-8681) > * {{_stat}} in stat.hpp: does not use fd (MESOS-8275) > * {{send}} in write.hpp (MESOS-8681) > * {{strerror_r}} used in strerror.hpp: does not use fd, defined in windows.hpp > * {{utime}} used in utime.hpp: does not use fd > h2. DONE > * {{_wopen}} in open.hpp: *uses fd* (MESOS-8673) > * {{_close}} in close.hpp: *uses fd* (MESOS-8683) > * {{_dup}} in dup.hpp: *uses fd* (MESOS-8684) > * {{_chsize_s}} in ftruncate.hpp: *uses fd* (MESOS-8692) > * {{_read}} in read.hpp: *uses fd* (also MESOS-8676) > * {{_write}} in write.hpp: *uses fd* (MESOS-8676) > * {{_lseek}} in lseek.hpp: *uses fd* (MESOS-8685) > * {{fstat}} in libprocess/src/http.cpp and http_proxy.cpp: *uses fd* > * {{_fdopen}} in stout/net.hpp: *uses fd* > * {{_set_errno}} in kill.hpp: does not use fd (also MESOS-8759) -- This message was sent by Atlassian JIRA (v7.6.3#76005)