]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach/mig_strncpy_zerofill_support.h
xnu-3789.51.2.tar.gz
[apple/xnu.git] / osfmk / mach / mig_strncpy_zerofill_support.h
CommitLineData
39037602
A
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__