Re: [PATCH] Core patch for 32-bit UIDs

Dan Kegel (dank@alumni.caltech.edu)
Sat, 18 Dec 1999 12:18:49 -0800


Chris Wing wrote:
> The problem with a 32-bit pid_t is that an old libc5 program that fork()s
> and has a child with pid >32767 is going to break when it tries to send a
> signal to the child.

glibc programs that use any sort of SysV ipc compiled before your patch
also use shorts for pid's, right?

If so, then libc5 programs aren't the only problems.
All the more reason to get this straightened out in glibc now,
so more programs will work when the kernel throws the switch to allow
pid's above 32767.

- Dan

-- 
(The above is just my personal opinion; I don't speak for my employer,
 except on the occasional talk show.)

- 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/