sigsuspend: Make sure receive correct sigevent from do_kill
Change-Id: Ife9cf36a81f353e0575f6802f1e56f7dd4cb0425 Fujitsu: POSTK_DEBUG_TEMP_FIX_33 Refs: #1350
This commit is contained in:
committed by
Masamichi Takagi
parent
18412616e1
commit
bc06d68d84
11
test/issues/1350/Makefile
Normal file
11
test/issues/1350/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=C1350
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1350.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
Reference in New Issue
Block a user