fca6cde86f986bd66432d2876fef4238705a1afc
[sbcl.git] / 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