From: Philip Homburg Date: Tue, 7 Aug 2007 12:05:36 +0000 (+0000) Subject: Added mapdriver5.s. X-Git-Tag: v3.1.4~351 X-Git-Url: http://zhaoyanbai.com/repos/html/index.html?a=commitdiff_plain;h=5aa84fb0e652260ce410e40fce0f1adf091f6941;p=minix.git Added mapdriver5.s. --- diff --git a/lib/syscall/Makefile.in b/lib/syscall/Makefile.in index 339044972..687338072 100644 --- a/lib/syscall/Makefile.in +++ b/lib/syscall/Makefile.in @@ -60,6 +60,7 @@ libc_FILES=" \ lseek.s \ lseek64.s \ lstat.s \ + mapdriver5.s \ mkdir.s \ mkfifo.s \ mknod.s \ diff --git a/lib/syscall/mapdriver5.s b/lib/syscall/mapdriver5.s new file mode 100644 index 000000000..b85bab8fb --- /dev/null +++ b/lib/syscall/mapdriver5.s @@ -0,0 +1,7 @@ +.sect .text +.extern __mapdriver5 +.define _mapdriver5 +.align 2 + +_mapdriver5: + jmp __mapdriver5