diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-02-17 23:41:47 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2015-02-17 23:42:34 +0100 |
commit | 5d5c77daae197b00f89ad1517ffb5a7a01a78cff (patch) | |
tree | f3e610ec0881ff3fad66d0ae4151146ab5f31950 /libc/sysdeps/linux/common/Makefile.in | |
parent | 9fc6da20daeac3f06116630764c36fc4943b1f3a (diff) |
libc: add setns()
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in index 9d41771e2..8ee956b6b 100644 --- a/libc/sysdeps/linux/common/Makefile.in +++ b/libc/sysdeps/linux/common/Makefile.in @@ -45,6 +45,7 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \ sendfile.c \ setfsgid.c \ setfsuid.c \ + setns.c \ setresgid.c \ setresuid.c \ signalfd.c \ |