ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Clone/Clone.xs
(Generate patch)

Comparing Linux-Clone/Clone.xs (file contents):
Revision 1.8 by root, Sun Sep 4 00:17:26 2022 UTC vs.
Revision 1.10 by root, Fri Jul 7 07:47:03 2023 UTC

124# endif 124# endif
125# ifdef CLONE_NEWNET 125# ifdef CLONE_NEWNET
126 const_iv_clone (NEWNET) 126 const_iv_clone (NEWNET)
127# endif 127# endif
128# ifdef CLONE_NEWTIME 128# ifdef CLONE_NEWTIME
129 x
130 const_iv_clone (NEWTIME) 129 const_iv_clone (NEWTIME)
131# endif 130# endif
132# ifdef CLONE_PTRACE 131# ifdef CLONE_PTRACE
133 const_iv_clone (PTRACE) 132 const_iv_clone (PTRACE)
134# endif 133# endif
228} 227}
229 OUTPUT: RETVAL 228 OUTPUT: RETVAL
230 229
231int 230int
232unshare (int flags) 231unshare (int flags)
232 PROTOTYPE: @
233 233
234int 234int
235setns (SV *fh_or_fd, int nstype = 0) 235setns (SV *fh_or_fd, int nstype = 0)
236 C_ARGS: s_fileno (fh_or_fd, 0), nstype 236 C_ARGS: s_fileno (fh_or_fd, 0), nstype
237 237

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines