mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 03:20:28 +08:00
* process.c: Add comment.
This commit is contained in:
parent
a6cac46c17
commit
b18291deb4
@ -21,6 +21,9 @@ _syscall0(pid_t,setsid)
|
|||||||
|
|
||||||
weak_alias(__libc_getpid,__getpid);
|
weak_alias(__libc_getpid,__getpid);
|
||||||
|
|
||||||
|
/* Here we implement vfork in terms of fork, since
|
||||||
|
* Linux's vfork system call is not reliable.
|
||||||
|
*/
|
||||||
pid_t vfork(void)
|
pid_t vfork(void)
|
||||||
{
|
{
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user