K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-11-07T18:53:49.000000Z K 7 svn:log V 285 Add a new 'union l_sigval' to use in place of 'union sigval' in the linux siginfo structure. l_sigval uses a l_uintptr_t for sival_ptr so that sival_ptr is the right size for linux32 on amd64. Since no code currently uses 'lsi_ptr' this is just a cosmetic nit rather than a bug fix. END