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]
/
misc
/
mkstemp.s
blob
45a175943fcc9477b7b8294b6f79deaa207f5089
1
.text
2
.p2align 4,,15
3
.globl mkstemp
4
.type mkstemp, @function
5
mkstemp
:
6
xorl
%
ecx
, %
ecx
7
xorl
%
edx
, %
edx
8
xorl
%
esi
, %
esi
9
jmp __gen_tempname
10
.size mkstemp, .-mkstemp
11
.weak mkstemp64
12
.set mkstemp64,mkstemp
13
.hidden __gen_tempname