*** empty log message ***

This commit is contained in:
keie
1985-02-07 22:59:50 +00:00
parent 73585dd0ea
commit 6bd4717ad9
36 changed files with 435 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.define _ioctl
.extern _ioctl
_ioctl: trap #0
.short 0x36
bcc 1f
jmp cerror
1:
clr.l d0
rts