Loading...
--- Libc/Libc-1725.40.4/include/_assert.h
+++ Libc/Libc-1669.40.2/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__ */