Loading...
include/_assert.h Libc-1725.40.4 Libc-1669.60.4
--- Libc/Libc-1725.40.4/include/_assert.h
+++ Libc/Libc-1669.60.4/include/_assert.h
@@ -43,9 +43,6 @@
 #define __ASSERT_H_
 
 #include <sys/cdefs.h>
-#include <_bounds.h>
-
-_LIBC_SINGLE_BY_DEFAULT()
 
 #ifndef UNIFDEF_DRIVERKIT
 #ifndef __GNUC__
@@ -73,7 +70,7 @@
 #else
 /* 8462256: modified __assert_rtn() replaces deprecated __eprintf() */
 #define __assert(e, file, line) \
-	__assert_rtn (__unsafe_forge_null_terminated(const char *, -1L), file, line, e)
+	__assert_rtn ((const char *)-1L, file, line, e)
 #endif
 
 #endif /* __GNUC__ */