summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-30 18:00:11 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-30 18:00:11 +0000
commitbcc58f6898881770ae77267079da1f77df7acd9a (patch)
treea5fe94618571bb2aa6d7cb597dbf9404a31a5939 /lib/libpthread/thread
parenta7f8e5307906e202996809d3c87398b4750d02ca (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r--lib/libpthread/thread/thr_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_info.c b/lib/libpthread/thread/thr_info.c
index 16562acd624c..f2e67ac02b4d 100644
--- a/lib/libpthread/thread/thr_info.c
+++ b/lib/libpthread/thread/thr_info.c
@@ -118,7 +118,7 @@ _thread_dump_info(void)
_thread_sys_write(fd, s, strlen(s));
break;
case PS_SIGWAIT:
- sprintf(s, "sigmask 0x%08lx\n", pthread->sigmask);
+ sprintf(s, "sigmask 0x%08lx\n", (unsigned long)pthread->sigmask);
_thread_sys_write(fd, s, strlen(s));
break;