handle execveat systemcall on McKernel
Refs: #1366 Change-Id: I921e04a0df8d0d798fc94f675e5112dd2fec190a
This commit is contained in:
11
test/issues/1366/Makefile
Normal file
11
test/issues/1366/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1366.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt execve_* execveat_*
|
||||
Reference in New Issue
Block a user