M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@ -0,0 +1,21 @@
--- a/sysdeps//unix/sysv/linux//getpagesize.c 2012-01-30 11:03:37.000000000 -0800
+++ b/sysdeps/unix/sysv/linux/getpagesize.c 2013-04-19 11:06:24.702565863 -0700
@@ -28,10 +28,6 @@
int
__getpagesize ()
{
-#ifdef __ASSUME_AT_PAGESIZE
- assert (GLRO(dl_pagesize) != 0);
- return GLRO(dl_pagesize);
-#else
if (GLRO(dl_pagesize) != 0)
return GLRO(dl_pagesize);
@@ -47,7 +43,6 @@
return NBPC;
# endif /* NBPG. */
# endif /* EXEC_PAGESIZE. */
-#endif
}
libc_hidden_def (__getpagesize)
weak_alias (__getpagesize, getpagesize)

View File

@ -0,0 +1,3 @@
PRINC="1"
FILESEXTRAPATHS := "${THISDIR}/${PN}-${PV}"
SRC_URI += "file://Ignore_page_size_assertion.patch"