this repo has no description
1
fork

Configure Feed

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

Merge branch 'master' into feature/coreaudio-impl

+4 -2
+2 -1
src/kernel/emulation/linux/CMakeLists.txt
··· 26 26 ) 27 27 28 28 mig(signal/mach_exc.defs) 29 + mig(signal/exc.defs) 29 30 30 31 set(emulation_sources 31 32 ${CMAKE_CURRENT_BINARY_DIR}/signal/mach_excUser.c ··· 315 316 "-I${DARLING_TOP_DIRECTORY}/platform-include -I${DARLING_TOP_DIRECTORY}/kernel-include") 316 317 set_source_files_properties(misc/sysctl.c PROPERTIES COMPILE_FLAGS 317 318 "-I${DARLING_TOP_DIRECTORY}/platform-include -I${DARLING_TOP_DIRECTORY}/kernel-include") 318 - set_source_files_properties(signal/sigexc.c PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/../../libsyscall/mach/exc_internal.h) 319 + set_source_files_properties(signal/sigexc.c PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/signal/exc.h) 319 320 320 321 add_darling_object_library(emulation ${emulation_sources}) 321 322 add_darling_object_library(emulation_dyld ${emulation_sources})
+1
src/kernel/emulation/linux/signal/exc.defs
··· 1 + ../../../../../platform-include/mach/exc.defs
+1 -1
src/kernel/emulation/linux/signal/sigexc.c
··· 6 6 #include <linux-syscalls/linux.h> 7 7 #include <pthread/tsd_private.h> 8 8 #include "signal/mach_exc.h" 9 - #include "mach/exc_internal.h" 9 + #include "signal/exc.h" 10 10 #include "sigaltstack.h" 11 11 #include "../mach/lkm.h" 12 12 #include "../../../../external/lkm/api.h"