0.7.12.28
[sbcl.git] / contrib / sb-bsd-sockets / alien / undefs.c
1 /* create a .o file with undefined references to all the C stuff we need
2  * that cmucl hasn't already fouind for us.  Not needed on Linux/i386
3  * because it has dynamic loading anyway
4  */
5
6 void likewecare() {
7     getprotobyname();
8 }
9