mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Perform more low-level code cleanup
This commit is contained in:
parent
c32e2d4486
commit
2d17ab016c
42 changed files with 977 additions and 265 deletions
|
@ -27,5 +27,5 @@
|
|||
int pthread_equal(pthread_t t1, pthread_t t2) {
|
||||
struct PosixThread *a = (struct PosixThread *)t1;
|
||||
struct PosixThread *b = (struct PosixThread *)t2;
|
||||
return a->spawn.ptid == b->spawn.ptid;
|
||||
return a->tid == b->tid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue