Skip to content
Snippets Groups Projects
Verified Commit e306e3f8 authored by Dan Robertson's avatar Dan Robertson
Browse files

fcntl: open should use a va_list

The current implementation of open requires the user to pass all three
args to the function. It should use a va_list and allow a user to
provide only the filename and flags.
parent 284cc4ee
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment