Forked from
redox-os / relibc
200345 commits behind, 74533 commits ahead of the upstream repository.
-
Dan Robertson authored
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.
Dan Robertson authoredThe 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.