]> git.saurik.com Git - apple/libc.git/blob - i386/gen/bcopy_init.c
d10eadccf399d0acbb2422f78d245e1acccf105e
[apple/libc.git] / i386 / gen / bcopy_init.c
1 /* Null function. This actually does something on ppc, and this is needed
2 * for the i386 version to link.
3 */
4 int _cpu_capabilities;
5
6 void _bcopy_initialize()
7 {
8 return;
9 }