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 <[email protected]>wrote: > ftp://ftp.kernel.org/pub/linux/libs/glibc/ > > 2011/6/14 Venkateswarlu P <[email protected]> > >> >> 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 >> [email protected] >> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies >> >> > > _______________________________________________ > Kernelnewbies mailing list > [email protected] > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > >
_______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
