Re: Linux 2.3.39 has 32bit uid. What about 32bit pid?

From: Chris Wedgwood (cw@f00f.org)
Date: Sat Jan 15 2000 - 16:38:56 EST


> But where is the problem?
> Let me repeat: pid_t has *always* been 32-bit.
> In libc5. In libc4. In Linux 0.01.

Indeed...

x1# cat t.c
#include <unistd.h>
main(){printf("%d\n",sizeof(pid_t));}
mx1# gcc t.c
x1# ldd ./a.out
        libc.so.5 => /lib/libc.so.5
x1# ./a.out
4

As you point out, IPC aside, it may not be a hard fix at all. And
since the IPC structures are changing anyhow, now would be a good
time to address this.

-cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jan 23 2000 - 21:00:13 EST