Re: library in kernel space
Peter Skvarka <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Organization | Soft in Engines |
| Message-ID | <[email protected]> |
> Make a 3rd module with the shared/common routines, and make both > module_1 and module_2 depend-on (require module_subr) And does not exist another way how to make kobj_checksyms not check some functions when module is loaded ? I did not expect that not-exported symbols are checked for duplicity. I expect it in case of exported symbols. Peter