#define XLAT(x) { x, #x }
#define XLAT_END { 0, NULL }
-extern const struct xlat open_mode_flags[];
extern const struct xlat addrfams[];
-extern const struct xlat struct_user_offsets[];
+extern const struct xlat at_flags[];
extern const struct xlat open_access_modes[];
+extern const struct xlat open_mode_flags[];
+extern const struct xlat struct_user_offsets[];
extern const struct xlat whence_codes[];
/* Format of syscall return values */