Loading...
private/stack_logging.h libmalloc-792.60.6 libmalloc-715.140.5
--- libmalloc/libmalloc-792.60.6/private/stack_logging.h
+++ libmalloc/libmalloc-715.140.5/private/stack_logging.h
@@ -33,7 +33,6 @@
 #include <sys/cdefs.h>
 #include <os/availability.h>
 
-__BEGIN_DECLS
 
 /*********	MallocStackLogging permanent SPIs  ************/
 
@@ -107,6 +106,4 @@
 #define MEMORYSTATUS_ENABLE_MSL_LITE_FULL	(MEMORYSTATUS_ENABLE_MSL_LITE | MEMORYSTATUS_ENABLE_MSL_VM | MEMORYSTATUS_ENABLE_MSL_MALLOC)
 #define MEMORYSTATUS_ENABLE_MSL_LITE_VM		(MEMORYSTATUS_ENABLE_MSL_LITE | MEMORYSTATUS_ENABLE_MSL_VM)
 
-__END_DECLS
-
 #endif // _STACK_LOGGING_H_