PERFORCE change 74723 for review
David Xu
davidxu at FreeBSD.org
Fri Apr 8 00:53:35 PDT 2005
http://perforce.freebsd.org/chv.cgi?CH=74723
Change 74723 by davidxu at davidxu_celeron on 2005/04/08 07:52:51
0 -> NULL.
Affected files ...
.. //depot/projects/davidxu_thread/src/lib/libthr/thread/thr_event.c#6 edit
Differences ...
==== //depot/projects/davidxu_thread/src/lib/libthr/thread/thr_event.c#6 (text+ko) ====
@@ -42,12 +42,12 @@
void _thr_report_create(struct pthread *curthread)
{
- _thr_report_event(curthread, TD_CREATE, 0);
+ _thr_report_event(curthread, TD_CREATE, NULL);
}
void _thr_report_death(struct pthread *curthread)
{
- _thr_report_event(curthread, TD_DEATH, 0);
+ _thr_report_event(curthread, TD_DEATH, NULL);
}
void
More information about the p4-projects
mailing list