search for: c30b2a0

Displaying 1 result from an estimated 1 matches for "c30b2a0".

Did you mean: 237b2a0
2013 Nov 12
0
[klibc:master] arm64: remove useless <klibc/asmmacros.h> file
...; - print OUT "#include <klibc/asmmacros.h>\n"; print OUT " .text\n"; print OUT " .type ${fname}, #function\n"; print OUT " .globl ${fname}\n"; diff --git a/usr/klibc/arch/arm64/vfork.S b/usr/klibc/arch/arm64/vfork.S index 494326c..c30b2a0 100644 --- a/usr/klibc/arch/arm64/vfork.S +++ b/usr/klibc/arch/arm64/vfork.S @@ -4,7 +4,6 @@ * vfork - a system call which must not use the stack. */ -#include <klibc/asmmacros.h> #include <asm/unistd.h> .type vfork,#function