lib: c: pthread: implement pthread_self
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.code64
|
||||
|
||||
.global pthread_self
|
||||
.type pthread_self, @function
|
||||
.global __pthread_self
|
||||
.type __pthread_self, @function
|
||||
|
||||
pthread_self:
|
||||
__pthread_self:
|
||||
push %rbp
|
||||
mov %rsp, %rbp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user