unresolved symbol open

Vasili Goutas (vgo@ratio.de)
Thu, 03 Sep 1998 16:31:36 +0200


I'm writing a device driver how needs to read a file during initialize.
I tried to use the functions open() read() seek() and close() and
included the asm/unistd.h, but I get unresolved symbols.
Then I tried to use the sys_* functions, and get also a lot of
unresolved symbols, only the sys_close() function was known.
A look at the symbol table of my 2.0.34 kernel by 'cat /proc/ksyms'
shows me that they realy are missing.
Why are the other functions missing?
Is there another way to access files from a driver?

TIA
Vasili

please CC to vgo@ratio.de

-- 

********************************************************************** * Vasili Goutas RATIO Entwicklungen GmbH * * P:+49-(0)40-369007-37 Admiralitätstr. 59 * * F:+49-(0)40-369007-25 D-20459 Hamburg * * Email: mailto:vgo@ratio.de * **********************************************************************

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html