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]
/
io
/
mkfifo.s
blob
8283e96d3a048d69a32e78e7d748354f1a3aa623
1
.text
2
.p2align 4,,15
3
.globl mkfifo
4
.type mkfifo, @function
5
mkfifo
:
6
orl $
4096
, %
esi
7
xorl
%
edx
, %
edx
8
jmp __mknod
9
.size mkfifo, .-mkfifo
10
.hidden __mknod