From mboxrd@z Thu Jan 1 00:00:00 1970 From: varyani.nitin1@gmail.com (Nitin Varyani) Date: Mon, 18 Apr 2016 12:18:00 +0530 Subject: fork Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Linux kernel development by Robert Love describes the fork process as fork() -> clone() -> do_fork() -> copy_process() I am unable to find the clone() system call in linux 3.13. Can someone explain the proper flow of fork() system call initiated by the user? Where can I find the libc implementation for fork()? I want the code of all the functions involved in fork. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160418/248505f9/attachment.html