mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28:20 +00:00
base: refactor signal_transmitter::submit
Move it to platform specific .cc file, so that it may get re-implemented platform specifically if needed. Issue #1446
This commit is contained in:
committed by
Christian Helmuth
parent
dac3efcc02
commit
1f8fad8fa1
@ -18,7 +18,7 @@ SRC_CC += child/child.cc
|
||||
SRC_CC += process/process.cc
|
||||
SRC_CC += elf/elf_binary.cc
|
||||
SRC_CC += lock/lock.cc
|
||||
SRC_CC += signal/signal.cc signal/common.cc
|
||||
SRC_CC += signal/signal.cc signal/common.cc signal/platform.cc
|
||||
SRC_CC += server/server.cc server/common.cc
|
||||
SRC_CC += thread/thread.cc thread/thread_bootstrap.cc thread/trace.cc
|
||||
SRC_CC += thread/context_allocator.cc env/utcb.cc
|
||||
|
Reference in New Issue
Block a user