X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-sched.c;h=8d0c8cdb67858e4a30266f620f580b10cba3a80d;hb=88418d5fd24c99aac393d3e2f564f6939e4e2fe3;hp=8925d3aa4aa3c479611795bfa73c641d8e58772f;hpb=c3788de0b891181a7d48421c7da2ca24d2678bbd;p=gnulib.git diff --git a/tests/test-sched.c b/tests/test-sched.c index 8925d3aa4..8d0c8cdb6 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-2011 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;