blob: ff0fa2c1f56ed6048803c7f146a83d2c0e9c60af [file] [log] [blame]
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* Test that the stuct ipc_perm from sys/ipc.h is defined.
*/
#include <sys/shm.h>
struct ipc_perm this_type_should_exist;