Date: Fri, 4 Nov 2005 09:41:00 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_timer.c Message-ID: <200511040941.jA49f0oO089214@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511040941.jA49f0oO089214>