From e633f3b51c573be2d8a6d6c58acfea55c921aa58 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 31 Jan 2014 11:03:24 -0600 Subject: posix/*.c: Remove use of register keyword --- cpukit/posix/src/pthreadgetschedparam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/pthreadgetschedparam.c') diff --git a/cpukit/posix/src/pthreadgetschedparam.c b/cpukit/posix/src/pthreadgetschedparam.c index 6876e1387e..9faf4d06b1 100644 --- a/cpukit/posix/src/pthreadgetschedparam.c +++ b/cpukit/posix/src/pthreadgetschedparam.c @@ -9,7 +9,7 @@ * 13.5.2 Dynamic Thread Scheduling Parameters Access, * P1003.1c/Draft 10, p. 124 * - * COPYRIGHT (c) 1989-2007. + * COPYRIGHT (c) 1989-2014. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -36,7 +36,7 @@ int pthread_getschedparam( { Objects_Locations location; POSIX_API_Control *api; - register Thread_Control *the_thread; + Thread_Control *the_thread; if ( !policy || !param ) return EINVAL; -- cgit v1.2.3