Hamlib/lib/dummy.c
Thomas Beierlein, DL1JBE c6f356914b Add dummy() function to libmisc.a so that that library will never be empty.
OpenSolaris linker does not like empty libs.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2494 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-08 19:54:06 +00:00

10 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)
{
}