From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arkadi Shishlov Date: Fri, 27 Apr 2007 11:13:47 +0000 Subject: glibc ucontext on sparc Message-Id: <4631DAEB.3090307@mebius.lv> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org Does ucontext functions (getcontext, setcontext, etc.) are implemented in glibc for 32-bit userland? I see the ucontext files in sysdeps/unix/sysv/linux/sparc64/ but it is for 64-bit? Glibc 2.5 on Gentoo gives me not implemented warning at link time and functions just fall through doing nothing while executing. I'm not sure is it expected or bug should be filled upstream or with Gentoo.