When using some libthread, we need to update the value of __libc_stack_end
to what the libthread allocated. This requires making __libc_stack_end
non-relro to be able to modify it.
Samuel
2011-08-24 Samuel Thibault
* sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO] (__libc_stack_end): Do
Hello,
I made a patch for gnumach. I added vm/memory_object_proxy.h header file to
avoid warnings of implicit declarations. Thus I added include to
vm/memory_object_proxy.h in files kern/ipc_kobject.c and vm/vm_init.c. I
also
removed unused variable kr in function memory_object_create_proxy() from