mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2025-08-24 05:32:25 +00:00
- updated to 2.41 - added the glibc32 subpackage - updated fakesyscall handling scheme - moved all disabled syscalls to fakesyscall list - added new syscalls to fakesyscall list - disabled removal of old locales in `locale-gen` - implemented syslog function, which is configured to work with the android log system - implemented analog variables `LD_*` to customize glibc environment without affecting bionic environment ('GLIBC_LD_*') - improved source code for flexible glibc compilation
12 lines
436 B
Diff
12 lines
436 B
Diff
--- glibc-2.41/sysdeps/unix/sysv/linux/dl-execstack.c 2025-01-28 20:31:33.000000000 +0300
|
|
+++ glibc-2.41/sysdeps/unix/sysv/linux/dl-execstack.c.patch 2025-05-13 12:59:44.276706112 +0300
|
|
@@ -26,7 +26,7 @@
|
|
& -(intptr_t) GLRO(dl_pagesize));
|
|
|
|
if (__mprotect ((void *) page, GLRO(dl_pagesize),
|
|
- PROT_READ | PROT_WRITE | PROT_EXEC
|
|
+ PROT_READ | PROT_WRITE
|
|
#if _STACK_GROWS_DOWN
|
|
| PROT_GROWSDOWN
|
|
#elif _STACK_GROWS_UP
|