Formerly, if tgid is specified as -1, tgkill() was equivalent to tkill(). Now it is treated as an error EINVAL. Change-Id: I47bc75d439662a36dc6167c4446a5277422de507 Refs: 1380
12 lines
101 B
Makefile
12 lines
101 B
Makefile
CFLAGS=-g
|
|
LDFLAGS=
|
|
|
|
TARGET=
|
|
|
|
all: $(TARGET)
|
|
|
|
test: all
|
|
./C1380.sh
|
|
clean:
|
|
rm -f $(TARGET) *.o *.txt
|