# HG changeset patch # User Rob Landley # Date 1428823466 18000 # Node ID 3ffb288cc71308f9c16987d645895cd81aee099e # Parent 24099772faf8ca00467790271f7865bbc0d437cb I really, really, really need to finish switching to musl. diff -r 24099772faf8 -r 3ffb288cc713 sources/patches/uClibc-setns.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sources/patches/uClibc-setns.patch Sun Apr 12 02:24:26 2015 -0500 @@ -0,0 +1,8 @@ +The setns system call is only 5 years old, so uClibc can't be expected to support it, but toybox needs it. + +--- /dev/null 2015-03-12 00:35:23.675793740 -0500 ++++ uClibc/libc/sysdeps/linux/common/setns.c 2015-03-19 13:18:05.711157730 -0500 +@@ -0,0 +1,3 @@ ++#include ++ ++_syscall2(int, setns, int, fd, int, nstype);