diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-17 20:26:26 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-10-17 20:26:26 +0000 |
| commit | 4aba47f7ce75e1c3fe23b55d5253f28ed35dfd6f (patch) | |
| tree | 04d45e1c8e39fbf69da0b9b33ed53d9361048583 | |
| parent | e80fb4346758f61611c0cd47d0faf5fb6d06fa91 (diff) | |
Notes
| -rw-r--r-- | lib/libc_r/uthread/uthread_info.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc_r/uthread/uthread_info.c b/lib/libc_r/uthread/uthread_info.c index 0193e049c06b..c8bc4d5a7905 100644 --- a/lib/libc_r/uthread/uthread_info.c +++ b/lib/libc_r/uthread/uthread_info.c @@ -252,10 +252,6 @@ dump_thread(int fd, pthread_t pthread, int long_version) pthread->data.fd.fname, pthread->data.fd.branch); __sys_write(fd, s, strlen(s)); - snprintf(s, sizeof(s), "owner %pr/%pw\n", - _thread_fd_table[pthread->data.fd.fd]->r_owner, - _thread_fd_table[pthread->data.fd.fd]->w_owner); - __sys_write(fd, s, strlen(s)); break; case PS_SIGWAIT: snprintf(s, sizeof(s), "sigmask (hi)"); |
