cvs commit: src/sys/amd64/linux32 linux.h
John Baldwin
jhb at FreeBSD.org
Tue Nov 7 18:53:50 UTC 2006
jhb 2006-11-07 18:53:49 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux.h
Log:
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.
Revision Changes Path
1.9 +6 -3 src/sys/amd64/linux32/linux.h
More information about the cvs-src
mailing list