Hello all,
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 than calling sys_socket and sys_bind respectively after generating software interrupt.
Regards
Linjay
- source code for library calls linay long
- Re: source code for library calls Colin Leroy
- Re: source code for library calls Jochen Voss