Re: Linux pre8 and vfork

David S. Miller (davem@dm.cobaltmicro.com)
Tue, 19 Jan 1999 00:51:26 -0800


From: Andreas Jaeger <aj@arthur.rhein-neckar.de>
Date: 19 Jan 1999 09:04:13 +0100

Should glibc revert to using fork instead of vfork or is there a
special way, e.g. with using CLONE_VFORK, to get vfork back?

vfork() == clone(CLONE_VFORK | CLONE_VM | SIGCHLD, 0)

Later,
David S. Miller
davem@dm.cobaltmicro.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/