blob: f3a3360db169ccce7851a3c927feeeffd4d4a129 [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 time_t type is defined as described in sys/types.h.
*/
#include <sys/shm.h>
time_t this_type_should_exist;