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 .