diff options
author | midipix <writeonce@midipix.org> | 2016-04-03 20:57:48 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-04 18:04:44 -0400 |
commit | b1f9773c9f2e22980e7835813e29c5866287336c (patch) | |
tree | 79be02026863cf840a0e67d95836722410a4b05c /include | |
parent | 62a7c9c2e97f6f8ce1f3a0b19bd085eba648182a (diff) | |
download | slibtool-b1f9773c9f2e22980e7835813e29c5866287336c.tar.bz2 slibtool-b1f9773c9f2e22980e7835813e29c5866287336c.tar.xz |
execution context: add missing argument vector sentinel.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |