clarify the purpose of this project
[nyanglibc.git] / nptl / thrd_yield.shared.s
blobd9d8d90763df652021b6b153eecdaff74c427d2c
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl thrd_yield
9 .type thrd_yield, @function
10 thrd_yield:
11 movl $24, %eax
12 #APP
13 # 24 "thrd_yield.c" 1
14 syscall
16 # 0 "" 2
17 #NO_APP
18 ret
19 .size thrd_yield, .-thrd_yield