X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flinux%2Fsetns.c;h=7029b7480571fd6614eeca5f93ca416ebbb17149;hb=ef2f595f7489a79b328766e3f8c2c899c8d23fd1;hp=af3eb092f5a8382a7ce4fb5962cdcfbad136ec90;hpb=6cf8bfdb646efaf76c75a95d1ea0cd254706c037;p=musl diff --git a/src/linux/setns.c b/src/linux/setns.c index af3eb092..7029b748 100644 --- a/src/linux/setns.c +++ b/src/linux/setns.c @@ -5,5 +5,5 @@ int setns(int fd, int nstype) { - return syscall(SYS_setns, fd, nstype); + return syscall(SYS_setns, fd, nstype); }