X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-sched.c;h=15680d41211406f2ea2532332f44beba98a2d9d8;hb=12f12a9c5b08fb25c6212f37a62b218f4b5bb5a8;hp=8925d3aa4aa3c479611795bfa73c641d8e58772f;hpb=c3788de0b891181a7d48421c7da2ca24d2678bbd;p=gnulib.git diff --git a/tests/test-sched.c b/tests/test-sched.c index 8925d3aa4..15680d412 100644 --- a/tests/test-sched.c +++ b/tests/test-sched.c @@ -1,5 +1,5 @@ /* Test of substitute. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,8 +23,8 @@ /* Check that 'struct sched_param' is defined. */ static struct sched_param a; -/* Check that the SCHED_* macris are defined and compile-time constants. */ -static int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER }; +/* Check that the SCHED_* macros are defined and compile-time constants. */ +int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER }; static int f1;