this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct #ifdef in SYS.h

+2 -2
+1 -1
kernel/libsyscall/custom/SYS.h
··· 137 137 #include <architecture/i386/asm_help.h> 138 138 #include <mach/i386/syscall_sw.h> 139 139 140 - #ifndef DARLING 140 + #ifdef DARLING 141 141 142 142 #define UNIX_SYSCALL(name, nargs) \ 143 143 .globl cerror ;\
+1 -1
kernel/libsyscall/sys/SYS.h
··· 137 137 #include <architecture/i386/asm_help.h> 138 138 #include <mach/i386/syscall_sw.h> 139 139 140 - #ifndef DARLING 140 + #ifdef DARLING 141 141 142 142 #define UNIX_SYSCALL(name, nargs) \ 143 143 .globl cerror ;\