Revert "Format mq_open strace arguments"
authorRiku Voipio <riku.voipio@nokia.com>
Mon, 20 Apr 2009 14:17:52 +0000 (17:17 +0300)
committerRiku Voipio <riku.voipio@nokia.com>
Mon, 20 Apr 2009 14:17:52 +0000 (17:17 +0300)
This reverts commit 05b5a02bf74b782c43a2bb796a75391bcd9f9fb9.

linux-user/strace.list

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