-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The creat() system call is not implemented in RawPOSIX. It currently returns a fake success (valid file descriptor) without actually creating the file on disk.
| int fd = creat(FILE, file_perm); |
Context
This was discovered while fixing the failing test:
| int fd = creat(FILE, file_perm); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working