Files
MentOS/mentos
Florian Fischer 89e6d75627 creat: set flags in opened file descriptor
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.
2024-01-28 21:50:30 +01:00
..
2024-01-17 13:49:48 +01:00
2022-12-13 16:47:08 -05:00
2024-01-17 13:34:32 +01:00
2022-12-13 16:47:08 -05:00