mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28:30 +00:00
Add OpenMP support
This commit is contained in:
parent
c1e18e7903
commit
5f8e9f14c1
742 changed files with 94643 additions and 1279 deletions
|
@ -38,6 +38,7 @@ static const char *DescribeReturnValue(char buf[30], int err, void **value) {
|
|||
*p++ = '[';
|
||||
p = FormatHex64(p, (uintptr_t)*value, 1);
|
||||
*p++ = ']';
|
||||
*p = 0;
|
||||
return buf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue