shmget: Make shmobj underwent IPC_RMID invisible to shmget
Refs: #926 Change-Id: I16120623b581da5d5d484fd05d5111788c8ad5e2
This commit is contained in:
committed by
Masamichi Takagi
parent
229b041320
commit
9bb8076dc0
13
test/issues/926/Makefile
Normal file
13
test/issues/926/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
CC=gcc
|
||||
TARGET=C926
|
||||
|
||||
all:: $(TARGET)
|
||||
|
||||
C926: C926.c
|
||||
$(CC) -o C926 C926.c -Wall -g
|
||||
|
||||
test:: $(TARGET)
|
||||
sh ./C926.sh
|
||||
|
||||
clean::
|
||||
rm -f *.o $(TARGET)
|
||||
Reference in New Issue
Block a user