Skip to content
Commit deb1694c authored by Dominik Ermel's avatar Dominik Ermel Committed by Carles Cufí
Browse files

posix: Extend open() function signature with ellipsis



The commit changes signature of open function from:
  int open(const char *name, int flags)
to
  int open(const char *name, int flags, ...)

Currently existing two argument invocations should not require any
rework.

Signed-off-by: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent f2f4ba74
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment