aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/ipc
blob: 64d46355b046cfa69e516e15358eed70ed6af41d (plain)
1
2
3
4
5
# Large sem sets must be prohibited in the main ipc namespace.

semget$private(0x0, 0x4000, 0x0)	# EINVAL
unshare(0x8000000)
semget$private(0x0, 0x4000, 0x0)