This commit modifies the DupAndCloseStderr function in FuzzerIO.cpp,
adding an if-macro to exclude calling sanitizer_set_report in fuchsia.
Fuchsia does not have support for that function and if it is called, the
program will crash because it is unimplemented.
Discarding the sanitizer reports from stderr is not an issue because
they are also being logged to the console and are available via `fx
syslog`.
Can you indent the comment so it starts on the same column as the rest of this block?