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

Re: ctime funtion inside a module



On Fri, Jul 05, 2002 at 03:32:45PM -0700, Karthik M wrote:
> When i try to insert the module it says:
> 
> "unresolved symbol : ctime"

Isn't ctime a libc function? You have _no access_ to libc from within
kernel modules. If you really need ctime, feel free to re-implement it;
I'd guess that whatever you need could either be better done in
userspace or with the time primitives the kernel already provides.

-- 
http://immunix.org/

PGP signature