Module Name: src Committed By: christos Date: Thu May 10 19:40:46 UTC 2012
Modified Files: src/sys/compat/linux32/arch/amd64: syscalls.master src/sys/compat/linux32/common: linux32_signal.c Log Message: Fix rt_sigtimedwait(): It is wishful thinking that: 1. declaring a 32 bit syscall with 64 bit pointers 2. passing a struct with 32 bit pointers to a 64 bit function is going to work. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/compat/linux32/arch/amd64/syscalls.master cvs rdiff -u -r1.15 -r1.16 src/sys/compat/linux32/common/linux32_signal.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.