Subject: Re: new sysctl(KERN_PROC, ...) interface (was: sysinfo(2))
To: Simon Burge <simonb@netbsd.org>
From: Eduardo Horvath <eeh@turbolinux.com>
List: tech-kern
Date: 04/18/2000 09:38:14
On Tue, 18 Apr 2000, Simon Burge wrote:

>  3) Need the size of "char **" for same reasons as 2).
> 
>     Is there an easy way to tell if a process is a 32 or 64 bit process?

No.  But I added a P_32 flag to the proc struct to indicate that a process
is running under 32-bit emulation.

Eduardo Horvath