From 5ee0d121982c45913ba81fef90cca399e2fb99ce Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 6 Apr 2016 00:50:13 -0400 Subject: link mode: executable wrapper: initial implementation. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 8bbce8c..60b3b73 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -95,6 +95,7 @@ struct slbt_exec_ctx { char ** noundef; char ** lout[2]; char ** sentinel; + FILE * fwrapper; char * csrc; char * ldirname; char * lbasename; -- cgit v1.2.3