source: trunk/libs/newlib/src/newlib/libc/sys/sysvi386/cerror.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: 102 bytes
Line 
1        .globl  _cerror
2_cerror:       
3        movl    %eax, errno
4        movl    $-1, %eax
5        ret
6        .data
7        .globl  errno
8errno:  .long 0
9
Note: See TracBrowser for help on using the repository browser.