diff options
Diffstat (limited to 'newlib/libc/sys/sysvi386/open.S')
-rw-r--r-- | newlib/libc/sys/sysvi386/open.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/sys/sysvi386/open.S b/newlib/libc/sys/sysvi386/open.S deleted file mode 100644 index 97356f1ad..000000000 --- a/newlib/libc/sys/sysvi386/open.S +++ /dev/null @@ -1,9 +0,0 @@ - - .globl _open - .globl open -_open: -open: - movl $5, %eax - lcall $7,$0 - jb _cerror - ret |