Format mq_open strace arguments
authorLionel Landwerlin <lionel.landwerlin@openwide.fr>
Sat, 20 Dec 2008 18:15:58 +0000 (19:15 +0100)
committerRiku Voipio <riku.voipio@nokia.com>
Wed, 14 Jan 2009 14:57:30 +0000 (16:57 +0200)
Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr>
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>

linux-user/strace.list

index 09a801f..45eb24d 100644 (file)
 { TARGET_NR_mq_notify, "mq_notify" , NULL, NULL, NULL },
 #endif
 #ifdef TARGET_NR_mq_open
-{ TARGET_NR_mq_open, "mq_open" , NULL, NULL, NULL },
+{ TARGET_NR_mq_open, "mq_open" , "%s(\"/%s\",%#x,%#o,%p)", NULL, NULL },
 #endif
 #ifdef TARGET_NR_mq_timedreceive
 { TARGET_NR_mq_timedreceive, "mq_timedreceive" , NULL, NULL, NULL },