summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-01-11 12:47:40 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:11 +0100
commit92c2ed4db29c8fa4e5989b5f6d611752bdaa523d (patch)
treebc59591bbf75ca69cbc68819165a3d8c773c68c8 /source3/wscript_build
parentad04a6ce49fc3811a62a3c736305cc06fb2611b9 (diff)
downloadsamba-92c2ed4db29c8fa4e5989b5f6d611752bdaa523d.tar.gz
s3:lib: add per_thread_cwd_{check,supported,disable,activate}() helper functions
Only Linux it's possible to have a per thread current working directory using unshare(CLONE_FS). Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a8ea8e581df..f25a27ba3a8 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -968,6 +968,7 @@ bld.SAMBA3_LIBRARY('samba3-util',
lib/namearray.c
lib/file_id.c
lib/cbuf.c
+ lib/per_thread_cwd.c
''',
deps='''
samba-util