xlat: provide fallback definitions for open_access_modes constants
* xlat/open_access_modes.in: Add fallback values.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user