[PATCH] strace/mem.c (mmap_flags): Add MAP_32BIT

Dmitry V. Levin ldv at altlinux.org
Thu Mar 29 23:16:01 UTC 2007


---
 strace/mem.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

--- a/strace/mem.c
+++ b/strace/mem.c
@@ -106,6 +106,9 @@ static const struct xlat mmap_flags[] = {
 #ifdef MAP_ANONYMOUS
 	{ MAP_ANONYMOUS,"MAP_ANONYMOUS"	},
 #endif
+#ifdef MAP_32BIT
+	{ MAP_32BIT,	"MAP_32BIT"	},
+#endif
 #ifdef MAP_RENAME
 	{ MAP_RENAME,	"MAP_RENAME"	},
 #endif
-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20070330/77bbe4a4/attachment.bin>


More information about the Strace-devel mailing list