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
/
lchmod.s
blob
55644525c011f7edc3c98ddad0e9dcce2ae3b429
1
.text
2
.p2align 4,,15
3
.globl lchmod
4
.type lchmod, @function
5
lchmod
:
6
movl
%
esi
, %
edx
7
movl $
256
, %
ecx
8
movq
%
rdi
, %
rsi
9
movl $
-
100
, %
edi
10
jmp fchmodat
11
.size lchmod, .-lchmod
12
.hidden fchmodat