Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 915695 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/3rdparty/forkfd/forkfd_linux.c (-1 / +1 lines)
Lines 157-163 static int system_forkfd_pidfd_set_flags(int pidfd, int flags) Link Here
157
157
158
int system_vforkfd(int flags, pid_t *ppid, int (*childFn)(void *), void *token, int *system)
158
int system_vforkfd(int flags, pid_t *ppid, int (*childFn)(void *), void *token, int *system)
159
{
159
{
160
    __attribute__((aligned(64))) char childStack[4096];
160
    __attribute__((aligned(64))) char childStack[8192];
161
    pid_t pid;
161
    pid_t pid;
162
    int pidfd;
162
    int pidfd;
163
    unsigned long cloneflags = CLONE_PIDFD | CLONE_VFORK | CLONE_VM | SIGCHLD;
163
    unsigned long cloneflags = CLONE_PIDFD | CLONE_VFORK | CLONE_VM | SIGCHLD;

Return to bug 915695