Skip to content
Snippets Groups Projects
  1. Mar 09, 2018
    • Dan Robertson's avatar
      fcntl: open should use a va_list · e306e3f8
      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.
      e306e3f8
  2. Mar 08, 2018
Loading