fix: madvise changes only the first one of vm_ranges
Change-Id: I83248c1162e28c3c24ca5f6b0933e1a8ca434d6b Fujitsu: POSTK_DEBUG_TEMP_FIX_37 Refs: #1351
This commit is contained in:
11
test/issues/1351/Makefile
Normal file
11
test/issues/1351/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=C1351
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1351.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o TestFile* *.txt
|
||||
Reference in New Issue
Block a user