]> git.saurik.com Git - apple/xnu.git/blob - osfmk/mach/mig_strncpy_zerofill_support.h
xnu-3789.70.16.tar.gz
[apple/xnu.git] / osfmk / mach / mig_strncpy_zerofill_support.h
1 //This dummy header file is created for mig to check when to call mig_strncpy_zerofill.
2 //Mig checks if this file is available to include and knows that Libsyscall has the new mig_strncpy_zerofill symbols to link to.
3 //Do not delete this file, mig will stop calling mig_strncpy_zerofill.
4
5 #ifndef __MACH_MIG_STRNCPY_ZEROFILL_SUPPORT__
6 #define __MACH_MIG_STRNCPY_ZEROFILL_SUPPORT__
7
8 #endif // __MACH_MIG_STRNCPY_ZEROFILL_SUPPORT__