Gaurav, I think I can do in the kernel what evrer a library call does in the user space whenever required for testing. Can u tell why the library calls are not exported to the kernel. jhoney On Fri, 01 Oct 2004 Dhiman,Gaurav wrote : >Library functions exist in user space and lies above kernel, where as >modules are part of the kernel, so you CAN NOT use them in your module. > > > >Gaurav > > > > _____ > > From: kernelnewbies-bounce@xxxxxxxxxxxx >[mailto:kernelnewbies-bounce@xxxxxxxxxxxx] On Behalf Of Rakesh Jagota >Sent: Friday, October 01, 2004 12:23 PM >To: kernelnewbies@xxxxxxxxxxxx >Subject: library call in modules > > > >Hi all, > >can i use library function in modules. e.g., socket, connect, bind, >accept, listen etc. > > > >Thanks in advance, > >Rakesh >