clarify the purpose of this project
[nyanglibc.git] / posix / spawnattr_getflags.s
blob95211e3593ab091d4a5bf470d625ab93eab05274
1 .text
2 .p2align 4,,15
3 .globl posix_spawnattr_getflags
4 .type posix_spawnattr_getflags, @function
5 posix_spawnattr_getflags:
6 movzwl (%rdi), %eax
7 movw %ax, (%rsi)
8 xorl %eax, %eax
9 ret
10 .size posix_spawnattr_getflags, .-posix_spawnattr_getflags