git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15182 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2021-12-03 12:16:39 +00:00
parent 4d93f7ca79
commit c56242ebfa
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ static BYTE translate_oflag(int oflag) {
case VO_CREAT | VO_EXCL | VO_RDWR: /* w+x */
return FA_CREATE_NEW | FA_WRITE | FA_READ;
default:
break;
}
return (BYTE)0;