OSDN Git Service

Remove dependence on header file unistd.h.
authorKarl Schimpf <kschimpf@google.com>
Fri, 2 Oct 2015 17:49:49 +0000 (10:49 -0700)
committerKarl Schimpf <kschimpf@google.com>
Fri, 2 Oct 2015 17:49:49 +0000 (10:49 -0700)
commit7e64eaaadcbd40c94deba3f03a571abfaa2fc086
treef59bbcea33c4f2001362f477e405f934098e3449
parent318f4cdaa21eac5ef1d16731e51cd7adb3083d3b
Remove dependence on header file unistd.h.

Fixes bug in function reportFatalErrorThenExitSuccess by using fwrite
instead of write (a unix posix include file not supported by MSC).

BUG=None
R=stichnot@chromium.org

Review URL: https://codereview.chromium.org/1370323005 .
src/IceCompileServer.cpp