Skip to content

Fixing build issue on Ubunty 14.04 with gcc 4.8.4.

The ::write call was ending up finding implementation in unistd.h causing build errors. This fixes that.

Merge request reports