1/*
2 *  This program is free software; you can redistribute it and/or modify
3 *  it under the terms of the GNU General Public License version 2.
4 *
5 *  This program is distributed in the hope that it will be useful,
6 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
7 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 *  GNU General Public License for more details.
9 *
10 *
11 *  Test that inclusion of sched.h makes visible all symbols in time.h.
12 *
13 * NOTE - THIS TEST CASE IS NOT COMPLETE.  NEEDS TO GROW MUCH LARGER
14 * see posixtestsuite / conformance / definitions / signal_h / 50-1.c
15 */
16
17#include <sched.h>
18
19struct tm *mytime;
20