clarify the purpose of this project
[nyanglibc.git] / misc / umount.s
blob081dfb7818ce11c9f2b18c7c224e9eeaa3512df1
1 .text
2 .p2align 4,,15
3 .globl __umount
4 .type __umount, @function
5 __umount:
6 xorl %esi, %esi
7 jmp __umount2
8 .size __umount, .-__umount
9 .weak umount
10 .set umount,__umount
11 .hidden __umount2