![]() |
|
|||
0001 // SPDX-License-Identifier: LGPL-2.1 0002 0003 #include "namespaces.h" 0004 #include <unistd.h> 0005 #include <sys/syscall.h> 0006 0007 int setns(int fd, int nstype) 0008 { 0009 return syscall(__NR_setns, fd, nstype); 0010 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |