Re: source code for library calls

2005-03-16 Thread Jochen Voss
Hello Linjay, On Wed, Mar 16, 2005 at 11:30:33AM -, linay long wrote: > Could you please provide link to the source code for user level > calls like socket,bind ... which calls kernel functions sys_socket > and sys_bind etc. The good thing about free software is, that it comes with the source,

Re: source code for library calls

2005-03-16 Thread Colin Leroy
On 16 Mar 2005 at 11h03, linay long wrote: Hi, > Could you please provide link to the source code for user level calls > like socket,bind ... which calls kernel functions sys_socket and > sys_bind etc. I would like to know what instructions will be there in > user level socket and bind other tha