From ca72f5d6c0d515036748cef287cc0d3a277536ea Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 6 Jul 2018 08:04:00 -0400 Subject: driver: struct slbt_fd_ctx: added .fdcwd and .fddst. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index cc795bb..3971645 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -128,6 +128,8 @@ struct slbt_fd_ctx { int fdout; int fderr; int fdlog; + int fdcwd; + int fddst; }; struct slbt_exec_ctx { -- cgit v1.2.3