1 /* $Id: dummy.c,v 1.2 2005/07/07 15:21:52 dron Exp $ */
2
3 /*
4 * Dummy function, just to be ensure that the library always will be created.
5 */
6
7 static void
8 libport_dummy_function()
9 {
10 return;
11 }
12