repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
signal
/
killpg.s
blob
cd719e208ba1255966bf9d400b26df260deb9554
1
.text
2
.p2align 4,,15
3
.globl killpg
4
.type killpg, @function
5
killpg
:
6
testl
%
edi
, %
edi
7
js
.L5
8
negl
%
edi
9
jmp __kill
10
.p2align 4,,10
11
.p2align 3
12
.L5:
13
movq __libc_errno@gottpoff
(%
rip
), %
rax
14
movl $
22
, %
fs
:(%
rax
)
15
movl $
-
1
, %
eax
16
ret
17
.size killpg, .-killpg
18
.hidden __kill