CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/13 22:38:39
Modified files:
lib/libc/stdlib: malloc.c
Log message:
put the malloc_readonly struct into the "openbsd.mutable" section, so
that the kernel and ld.so will know not to mark it immutable. malloc
handles the read/write transitions by itself.
