From 43b110b7d14aeff8db679c737a60dde9417aa345 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 6 Dec 2014 03:53:16 +0000 Subject: [PATCH] Export at_flags * defs.h (at_flags): New prototype. --- defs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defs.h b/defs.h index 164842aa..841dc478 100644 --- a/defs.h +++ b/defs.h @@ -513,10 +513,11 @@ struct xlat { #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 */ -- 2.34.1