Skip to content

Commit 20d648a

Browse files
committed
stub
1 parent f26e14c commit 20d648a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

ext/pcntl/pcntl.stub.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,3 +990,7 @@ function pcntl_rfork(int $flags, int $signal = 0): int{}
990990
#ifdef HAVE_FORKX
991991
function pcntl_forkx(int $flags): int{}
992992
#endif
993+
994+
#ifdef HAVE_PIDFD_OPEN
995+
function pcntl_setns(int $process_id = null, int $nstype = CLONE_NEWNET): bool {}
996+
#endif

ext/pcntl/pcntl_arginfo.h

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)