cvs commit: src/lib/libthr/thread thr_timer.c
David Xu
davidxu at FreeBSD.org
Fri Nov 4 01:41:01 PST 2005
davidxu 2005-11-04 09:41:00 UTC
FreeBSD src repository
Modified files:
lib/libthr/thread thr_timer.c
Log:
Fix name compatible problem with POSIX standard. the sigval_ptr and
sigval_int really should be sival_ptr and sival_int.
Also sigev_notify_function accepts a union sigval value but not a
pointer.
Revision Changes Path
1.6 +5 -5 src/lib/libthr/thread/thr_timer.c
More information about the cvs-src
mailing list