clarify the purpose of this project
[nyanglibc.git] / posix / spawnattr_setflags.s
blobb5ed1e43dc497fb18ac0cc363d7ad8456eab6172
1 .text
2 .p2align 4,,15
3 .globl __posix_spawnattr_setflags
4 .hidden __posix_spawnattr_setflags
5 .type __posix_spawnattr_setflags, @function
6 __posix_spawnattr_setflags:
7 testw $-256, %si
8 movl $22, %eax
9 jne .L1
10 movw %si, (%rdi)
11 xorl %eax, %eax
12 .L1:
13 rep ret
14 .size __posix_spawnattr_setflags, .-__posix_spawnattr_setflags
15 .weak posix_spawnattr_setflags
16 .set posix_spawnattr_setflags,__posix_spawnattr_setflags