RUMP_O_WRONLY
fd = rump_sys_open(filename, RUMP_O_WRONLY, 0);
fd = rump_sys_open(filename, RUMP_O_WRONLY | RUMP_O_CREAT, mode);