cvs commit: src/lib/libc/sys tls.2

Joerg Sonnenberger joerg at britannica.bec.de
Mon Mar 21 11:37:07 PST 2005


On Mon, Mar 21, 2005 at 11:15:32AM -0800, Matthew Dillon wrote:
>     Grumble (Matt goes off in a corner and mumbles about stupid standards
>     which use unsigned ints because some bozo wanted to write 2.1GB of data
>     in one go, when they really ought to just use normal ints).

Actually, it's not about signed or unsigned, but
sizeof(int) != sizeof(void *) on LP64 architectures.

Joerg





More information about the Commits mailing list