diff options
Diffstat (limited to 'tests/test-sched.c')
-rw-r--r-- | tests/test-sched.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-sched.c b/tests/test-sched.c index f66a531..1326815 100644 --- a/tests/test-sched.c +++ b/tests/test-sched.c @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -29,7 +29,7 @@ int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER }; /* Check that the types are all defined. */ pid_t t1; -static int f1; +int f1; int main () |