Attention is currently required from: Anastasia Klimchuk.
Evan Benn has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/69263 )
Change subject: tests: Mock the mode_t variant of open ......................................................................
Patch Set 2:
(1 comment)
File tests/wraps.h:
https://review.coreboot.org/c/flashrom/+/69263/comment/526da48e_4531768f PS2, Line 33: int __wrap___open64_2(const char *pathname, int flags, mode_t mode); Checking glibc I see these are in practice declared as ... varargs contrary to the man page. So I should do that here. Not sure if the calling convention just happened to work where i was testing it or what