On Tue, Sep 18, 2001 at 07:57:39AM -0400, Usman S. Ansari wrote: > I am having problem using sys_select from module. Module compiles fine, but give > unresolved symbol error on load. sys_select() is not an exported function, so you can't use it from a module. Unless you export it of course, but I think you'd better rethink your design before you do. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A.K.Mouw@its.tudelft.nl WWW: http://www-ict.its.tudelft.nl/~erik/ - Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/