From 6d491d8ad9122891d1a48447e8c49702eb678921 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 17 Feb 2000 19:39:46 +0000 Subject: import newlib-2000-02-17 snapshot --- newlib/libc/sys/sysvi386/fcntl.s | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 newlib/libc/sys/sysvi386/fcntl.s (limited to 'newlib/libc/sys/sysvi386/fcntl.s') diff --git a/newlib/libc/sys/sysvi386/fcntl.s b/newlib/libc/sys/sysvi386/fcntl.s new file mode 100644 index 00000000000..dc3e11f74a6 --- /dev/null +++ b/newlib/libc/sys/sysvi386/fcntl.s @@ -0,0 +1,9 @@ + + .globl _fcntl + .globl fcntl +_fcntl: +fcntl: + movl $0x3e, %eax + lcall $7,$0 + jb _cerror + ret -- cgit v1.2.1