]> git.saurik.com Git - apple/libc.git/blobdiff - darwin/forceLibcToBuild.c
Libc-825.24.tar.gz
[apple/libc.git] / darwin / forceLibcToBuild.c
diff --git a/darwin/forceLibcToBuild.c b/darwin/forceLibcToBuild.c
new file mode 100644 (file)
index 0000000..9b0b97c
--- /dev/null
@@ -0,0 +1,6 @@
+//  XCode will not build a library unless it contains at least one module.
+//  Absent this requirement, libm.dylib would be composed entirely by linking
+//  the component static libraries together, but to satisfy it, we must have
+//  a C file.
+
+typedef int theCStandardDoesNotAllowAnEmptyModule;