89e6d75627
creat.2 is supposed to be equivalent to open.2 with the flags O_WRONLY|O_CREAT|O_TRUNC. However, in MentOS the fd returned by creat.2 has no flags whatsoever and is thus not writable. Set the flags of the file descriptor before returning it.