From mboxrd@z Thu Jan 1 00:00:00 1970 From: ashok.sysprogrammer@gmail.com (AshokKumar G) Date: Tue, 14 Jun 2011 22:29:35 +0530 Subject: In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org In glibc unistd.h, fork is declared as an extern function. And for definition look at sysdeps/unix/i386/fork.S, which is a syscall transfer, when fork is called. Thanks & Regards AshokKumar.G 100 Things can not be taken back. 001. A lost opportunity. 010. A spoken word. 011. A sped arrow. 100. Time spent. On Tue, Jun 14, 2011 at 18:56, cihan k?me?o?lu wrote: > ftp://ftp.kernel.org/pub/linux/libs/glibc/ > > 2011/6/14 Venkateswarlu P > >> >> anyone can send >> implementation of *fork()* library call in the library >> >> i want to know how it is get connected to the system call. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> ** >> P VENKATESWARLU >> M.Tech (CSE) II year >> NIT Calicut ,Kerala* ** >> *+91-9995115752 >> >> >> >> >> _______________________________________________ >> Kernelnewbies mailing list >> Kernelnewbies at kernelnewbies.org >> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies >> >> > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110614/eebd9bec/attachment.html