Date: Tue, 7 Nov 2006 18:53:49 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/linux32 linux.h Message-ID: <200611071853.kA7IrnNa021779@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-11-07 18:53:49 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux.h Log: Add a new 'union l_sigval' to use in place of 'union sigval' in the linux siginfo structure. l_sigval uses a l_uintptr_t for sival_ptr so that sival_ptr is the right size for linux32 on amd64. Since no code currently uses 'lsi_ptr' this is just a cosmetic nit rather than a bug fix. Revision Changes Path 1.9 +6 -3 src/sys/amd64/linux32/linux.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611071853.kA7IrnNa021779>