We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4659503 + a45ba54 commit 60fdf80Copy full SHA for 60fdf80
src/semaphore.c
@@ -76,7 +76,7 @@ _dispatch_semaphore_debug(dispatch_object_t dou, char *buf, size_t bufsiz)
76
dsema->dsema_sema);
77
#endif
78
offset += dsnprintf(&buf[offset], bufsiz - offset,
79
- "value = %" PRId64 ", orig = %" PRId64 " }", dsema->dsema_value, dsema->dsema_orig);
+ "value = %ld, orig = %" PRIdPTR " }", dsema->dsema_value, dsema->dsema_orig);
80
return offset;
81
}
82
0 commit comments