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

From: Miquel van Smoorenburg (miquels@cistron.nl)
Date: Thu Jan 13 2000 - 17:48:40 EST


In article <cistron.E128mRh-0007lU-00@the-village.bc.nu>,
Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
>Do libc5 and glibc give the illusion of a 32bit pid - I thought they didnt

% cat > la.c
#include <sys/types.h>
main() { printf("%d\n", sizeof(pid_t)); }
% cc la.c
% ./a.out
4

glibc does

Mike.

-- 
The From: and Reply-To: addresses are internal news2mail gateway addresses.
Reply to the list or to miquels@cistron.nl (Miquel van Smoorenburg)

- 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 : Sat Jan 15 2000 - 21:00:23 EST