add GNU/Linux exec stack markings
Brought to you by:
emunson
the library causes exec stacks for no reason due to the use of hand written assembly. here is a patch by Robin H. Johnson robbat2@gentoo.org for the issue:
http://sources.gentoo.org/sys-libs/libhugetlbfs/files/libhugetlbfs-2.6-noexec-stack.patch
then again, i dont know why you just dont use the C library's syscall() function ...
Anonymous