From: Dmitry V. Levin Date: Sat, 6 Dec 2014 03:53:16 +0000 (+0000) Subject: Export at_flags X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43b110b7d14aeff8db679c737a60dde9417aa345;p=platform%2Fupstream%2Fstrace.git Export at_flags * defs.h (at_flags): New prototype. --- 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 */