source: trunk/libs/newlib/src/newlib/libc/sys/sysvi386/open.S

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 86 bytes
Line 
1
2        .globl  _open
3        .globl  open
4_open:
5open:
6        movl    $5, %eax
7        lcall   $7,$0
8        jb      _cerror
9        ret
Note: See TracBrowser for help on using the repository browser.