diff options
Diffstat (limited to 'newlib/libc/sys/sysvi386/write.s')
-rw-r--r-- | newlib/libc/sys/sysvi386/write.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/sys/sysvi386/write.s b/newlib/libc/sys/sysvi386/write.s deleted file mode 100644 index 0537465..0000000 --- a/newlib/libc/sys/sysvi386/write.s +++ /dev/null @@ -1,8 +0,0 @@ - .globl _write - .globl write -_write: -write: - movl $4, %eax - lcall $7,$0 - jb _cerror - ret |