[uClibc] shadow build failure on arm (because of libc/sysdeps/linux/arm/sys/ucontext.h)

Mike Frysinger vapier at gentoo.org
Wed Aug 4 13:37:13 UTC 2004


when i tried to build shadow, it failed complaining about incomplete type in 
sys/ucontext.h ...

the struct sigcontext wasnt being defined because the header file 
bits/sigcontext.h isnt included in the arm ucontext.h

i386/sys/ucontext.h includes bits/sigcontext.h so i think it should be safe to 
include it in the arm version too :)
at any rate, that fixed my shadow build
-mike



More information about the uClibc mailing list