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:
Alexander Boettcher
2015-03-17 11:51:00 +01:00
committed by Christian Helmuth
parent dac3efcc02
commit 1f8fad8fa1
14 changed files with 75 additions and 22 deletions

View File

@ -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