[PATCH,HURD] Fix value of __libc_stack_end

2011-08-24 Thread Samuel Thibault
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

[PATCH] Code clean up - removed some warnings

2011-08-24 Thread FridolĂ­n PokornĂ˝
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