]> git.saurik.com Git - apple/libc.git/blame - darwin/forceLibcToBuild.c
Libc-1244.1.7.tar.gz
[apple/libc.git] / darwin / forceLibcToBuild.c
CommitLineData
ad3c9f2a
A
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
6typedef int theCStandardDoesNotAllowAnEmptyModule;