diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2018-12-21 14:58:57 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2018-12-21 14:58:57 +0000 |
| commit | 3a4ecaa73af6efcbfa30eedde025a87dc1d20f27 (patch) | |
| tree | bb756897181c9a9dc2538f843a2eb3b3a270424a /emu/OpenBSD/asm-386.S | |
| parent | f2847740e449ea52349968e40fa4e5fb8426bb41 (diff) | |
| parent | 9615754de500d96213e295cb80e41cb24e4a75ac (diff) | |
Merged in mechazoidal/inferno-os (pull request #19)
Fix building on OpenBSD
Diffstat (limited to 'emu/OpenBSD/asm-386.S')
| -rw-r--r-- | emu/OpenBSD/asm-386.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emu/OpenBSD/asm-386.S b/emu/OpenBSD/asm-386.S index f3a3f9cf..e7c9fa3e 100644 --- a/emu/OpenBSD/asm-386.S +++ b/emu/OpenBSD/asm-386.S @@ -3,8 +3,6 @@ #include <sys/syscall.h> #include <machine/asm.h> -#include "rfork_thread.S" - /* * executeonnewstack(void *tos, void (*tramp)(void *arg), void *arg) */ |
