]> granicus.if.org Git - strace/commitdiff
Export at_flags
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 6 Dec 2014 03:53:16 +0000 (03:53 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 21:39:27 +0000 (21:39 +0000)
* defs.h (at_flags): New prototype.

defs.h

diff --git a/defs.h b/defs.h
index 164842aa1f47455760ffb42ea9727954b2f3025d..841dc4788f114c74c17308d362d180c81848b429 100644 (file)
--- 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 */