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
/
umask.shared.s
blob
b15e84d90bc57d8cfc916f0f93a40ef53f919f02
1
.text
2
.globl __umask
3
.type __umask,@function
4
.align 1<<4
5
__umask
:
6
movl $
95
, %
eax
7
syscall
8
ret
9
.size __umask,.-__umask
10
.globl __GI___umask
11
.set __GI___umask,__umask
12
.weak umask
13
umask
=
__umask
14
.globl __GI_umask
15
.set __GI_umask,umask