[ltrace-commits] 05/07: In Dwarf test case, define _IO_FILE as void*

Petr Machata pmachata-guest at moszumanska.debian.org
Fri Jan 16 19:32:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit 9ec8643a49c87835426d0b6ed08eceb818bedb61
Author: Petr Machata <pmachata at redhat.com>
Date:   Fri Jan 16 18:34:54 2015 +0100

    In Dwarf test case, define _IO_FILE as void*
    
    This gets added as non-pointer field to structures, and confuses
    backends.
---
 testsuite/ltrace.main/dwarf.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/ltrace.main/dwarf.conf b/testsuite/ltrace.main/dwarf.conf
index 8019032..6b1baf7 100644
--- a/testsuite/ltrace.main/dwarf.conf
+++ b/testsuite/ltrace.main/dwarf.conf
@@ -2,4 +2,4 @@
 # void argument, and ltrace does an assert(0) when trying to print it. The
 # details of FILE are unimportant anyway, so printing just its address is fine,
 # which is what this config does
-typedef _IO_FILE = void;
+typedef _IO_FILE = void*;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list