mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
OpenSolaris linker does not like empty libs. git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2494 7ae35d74-ebe9-4afe-98af-79ac388436b8
9 lines
141 B
C
9 lines
141 B
C
/* Dummy function to make sure libmisc never become an empty library.
|
|
* Solaris linker does not like such libs.
|
|
*/
|
|
|
|
void dummy(void)
|
|
{
|
|
|
|
}
|
|
|