repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
devctl.h: update for POSIX-1.2024
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
sysvnecv70
/
open.S
blob
20c1ce338fdfa16e0b2b1279f2df3d385f2abd40
1
2
.globl __open
3
.globl _open
4
__open:
5
_open: chlvl #0,#5
6
jnl ok
7
jmp cerror
8
ok: xor.w r0,r0
9
ret #0
10