Date: Mon, 16 Aug 2004 07:02:54 +0000 (UTC) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h Message-ID: <200408160702.i7G72s2H060501@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004-08-16 07:02:54 UTC FreeBSD src repository Modified files: sys/i386/linux linux.h Log: Add a new type, l_uintptr_t, which is an unsigned integer type with the same width as a pointer under Linux. Add two new macros, PTRIN and PTROUT, which convert between l_uintptr_t and native pointers. Revision Changes Path 1.63 +4 -0 src/sys/i386/linux/linux.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408160702.i7G72s2H060501>