clarify the purpose of this project
[nyanglibc.git] / stdlib / rand.shared.s
blob6002020dc28f4c6501de87ede6df3e738348bd13
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 rand
9 .type rand, @function
10 rand:
11 subq $8, %rsp
12 call __random
13 addq $8, %rsp
14 ret
15 .size rand, .-rand
16 .hidden __random