proc_wait() was replaced by proc_wstatus(). Right now this call is
useless because userland support is not working on HEAD, but this makes libdtrace compile again. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3dab0f2d1f
commit
a7ce14acf3
@ -590,7 +590,7 @@ dt_proc_control(void *arg)
|
||||
continue; /* check dpr_quit and continue waiting */
|
||||
#else
|
||||
/* Wait for the process to report status. */
|
||||
proc_wait(P);
|
||||
proc_wstatus(P);
|
||||
#endif
|
||||
|
||||
(void) pthread_mutex_lock(&dpr->dpr_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user