Home
last modified time | relevance | path

Searched refs:wait_retval (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dprocfs.c3936 int wait_retval; in procfs_wait() local
3939 wait_retval = wait (&wstat); /* "wait" for the child's exit */ in procfs_wait()
3941 if (wait_retval != PIDGET (inferior_ptid)) /* wrong child? */ in procfs_wait()
3943 PIDGET (inferior_ptid), wait_retval); in procfs_wait()
3946 retval = pid_to_ptid (wait_retval); in procfs_wait()