From b1f9773c9f2e22980e7835813e29c5866287336c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 3 Apr 2016 20:57:48 -0400 Subject: execution context: add missing argument vector sentinel. --- 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 c5100b9..b084eae 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -92,6 +92,7 @@ struct slbt_exec_ctx { char ** fpic; char ** cass; char ** lout[2]; + char ** sentinel; char * csrc; char * ldirname; char * lbasename; -- cgit v1.2.3