xlat: provide fallback definitions for open_access_modes constants

* xlat/open_access_modes.in: Add fallback values.
This commit is contained in:
Eugene Syromyatnikov
2018-08-31 09:08:08 +02:00
parent b3766e3e01
commit dea7b2d055

View File

@ -1,4 +1,5 @@
O_RDONLY
O_WRONLY
O_RDWR
O_ACCMODE
#value_indexed
O_RDONLY 0
O_WRONLY 1
O_RDWR 2
O_ACCMODE 3