Loading...
private/stack_logging.h libmalloc-792.41.1 libmalloc-657.60.21
--- libmalloc/libmalloc-792.41.1/private/stack_logging.h
+++ libmalloc/libmalloc-657.60.21/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_