mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +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
|
@ -24,5 +24,5 @@
|
|||
*/
|
||||
int64_t pthread_getunique_np(pthread_t thread) {
|
||||
struct PosixThread *pt = (struct PosixThread *)thread;
|
||||
return pt->spawn.ptid;
|
||||
return pt->tid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue