]> git.saurik.com Git - apple/xnu.git/blob - libkern/c++/OSRuntimeSupport.c
xnu-1228.12.14.tar.gz
[apple/xnu.git] / libkern / c++ / OSRuntimeSupport.c
1 // These functions have been moved inline but we need to continue
2 // exporting the mangled functions for loadable drivers compiled on older
3 // systems.
4 // Note that I have had to manually mangle the symbols names.
5 #if __GNUC__ >= 3
6 void _ZN11OSMetaClassdlEPvm(void *mem, unsigned long size) { }
7 #endif
8