Added entry points for ANSI C
This commit is contained in:
6
mach/i386/libsys/_ioctl.s
Normal file
6
mach/i386/libsys/_ioctl.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.define __ioctl
|
||||
.sect .text
|
||||
__ioctl:
|
||||
mov ax,54
|
||||
jmp syscal
|
||||
Reference in New Issue
Block a user