source: trunk/libs/newlib/src/newlib/libc/sys/sysvnecv70/close.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: 107 bytes
Line 
1
2        .globl  __close
3        .globl  _close
4__close:
5_close: chlvl   #0,#6
6        jnl     ok     
7        jmp     cerror
8ok:     xor.w   r0,r0
9        ret     #0
10
Note: See TracBrowser for help on using the repository browser.