aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtrace/libtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtrace/libtrace.c')
-rw-r--r--src/libtrace/libtrace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtrace/libtrace.c b/src/libtrace/libtrace.c
index 5325789a2..151362ee1 100644
--- a/src/libtrace/libtrace.c
+++ b/src/libtrace/libtrace.c
@@ -34,7 +34,6 @@
34 #include <dirent.h> 34 #include <dirent.h>
35#include <limits.h> 35#include <limits.h>
36 36
37
38// break recursivity on fopen call 37// break recursivity on fopen call
39typedef FILE *(*orig_fopen_t)(const char *pathname, const char *mode); 38typedef FILE *(*orig_fopen_t)(const char *pathname, const char *mode);
40static orig_fopen_t orig_fopen = NULL; 39static orig_fopen_t orig_fopen = NULL;