[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: library call in modules



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