Re: CVS commit: basesrc
"Perry E. Metzger" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
der Mouse <[email protected]> writes: > That makes namespace pollution in it a very important matter. Every > time you add a function to libc, you are risking breaking anything that > used that name for its own purposes. No you aren't. That's the whole point of how our linker works. If you use the symbol for your own purposes you'll have no trouble at all. Perry