projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c2366
)
Use %p for pthread pointers in debugging output
author
David Lichteblau
<david@lichteblau.com>
Fri, 17 Jun 2011 11:30:14 +0000
(13:30 +0200)
committer
David Lichteblau
<david@lichteblau.com>
Mon, 18 Jun 2012 15:33:30 +0000
(17:33 +0200)
src/runtime/runtime.h
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.h
b/src/runtime/runtime.h
index
7ee4248
..
3c29b27
100644
(file)
--- a/
src/runtime/runtime.h
+++ b/
src/runtime/runtime.h
@@
-64,7
+64,7
@@
extern sigset_t blockable_sigset;
#endif
#ifdef LISP_FEATURE_SB_THREAD
-#define QSHOW_PREFIX fprintf(stderr, "%lu ", pthread_self());
+#define QSHOW_PREFIX fprintf(stderr, "%p ", pthread_self());
#else
#define QSHOW_PREFIX
#endif