This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Glibc Socket function


On Wednesday, June 02, 2010 21:24:54 bhargava wrote:
> I'm a beginner in network programming. I wanted to look at the source
> code of the socket function (socket(domain, type, protocol)). I
> downloaded glibc-2.9 from the gnu ftp server.
> I could find only the stub functions for the socket and other functions.
> Where can I find the actual source code for these function.

the C library really doesnt do much.  they simply invoke the related socket 
system call in the kernel.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]