]> git.saurik.com Git - apple/libc.git/blob - darwin/forceLibcToBuild.c
Libc-1439.100.3.tar.gz
[apple/libc.git] / darwin / forceLibcToBuild.c
1 // XCode will not build a library unless it contains at least one module.
2 // Absent this requirement, libm.dylib would be composed entirely by linking
3 // the component static libraries together, but to satisfy it, we must have
4 // a C file.
5
6 typedef int theCStandardDoesNotAllowAnEmptyModule;