syscall offload regardless of mcexec life and death

Change-Id: I7db089993d3ee5ae6032f5085db2b67cef99fdfb
Refs: #1321
This commit is contained in:
Tomoki Shirasawa
2019-07-25 13:52:23 +09:00
committed by Masamichi Takagi
parent 0d3ef65092
commit 9b3450ee7e
5 changed files with 128 additions and 4 deletions

14
test/issues/1321/Makefile Normal file
View File

@@ -0,0 +1,14 @@
CC = gcc
TARGET=
CPPFLAGS =
LDFLAGS =
all:
test: all
@sh ./C1321.sh
clean:
rm -f $(TARGET) *.o