Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0.0

@dsharp-pivotal dsharp-pivotal tagged this 12 May 00:32
OpenFile currently gives an error if O_CREATE is passed and the file
already exists. This is not how O_CREATE is meant to work. O_CREATE
requests the file to be created if it does not exist. However, if O_EXCL
is also set, then the file must not exist.

Implement and test this behavior.
Assets 2
Loading