forked from len0rd/rockbox
fix yellow introduced in 10829b2
Change-Id: Ice66e976f90ad5d37c116b27f94c96e17e97e70f
This commit is contained in:
parent
158aeb5087
commit
b371b705c7
1 changed files with 2 additions and 0 deletions
|
@ -1034,6 +1034,8 @@ static int close_wrapper(int fd)
|
|||
|
||||
static int creat_wrapper(const char *pathname, mode_t mode)
|
||||
{
|
||||
(void)mode;
|
||||
|
||||
int fd = PREFIX(creat)(pathname, mode);
|
||||
|
||||
if(fd >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue