Date: Sun, 16 Nov 2008 15:45:41 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_futex.c src/sys/i386/linux linux.h Message-ID: <200811161546.mAGFkIRD058342@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2008-11-16 15:45:41 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux.h
sys/compat/linux linux_futex.c
sys/i386/linux linux.h
Log:
SVN rev 185002 on 2008-11-16 15:45:41Z by kib
In the robust futexes list head, futex_offset shall be signed,
and glibc actually supplies negative offsets. Change l_ulong to l_long.
Submitted by: dchagin
Revision Changes Path
1.20 +1 -1 src/sys/amd64/linux32/linux.h
1.15 +2 -2 src/sys/compat/linux/linux_futex.c
1.82 +1 -1 src/sys/i386/linux/linux.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811161546.mAGFkIRD058342>
