From fd7d65d238d22af9181871fb992c5c8901f21613 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 8 Dec 2011 08:49:19 +0000 Subject: =?UTF-8?q?2011-12-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR 1981/cpukit * configure.ac: Remove checks for pthread_attr_getcputime, pthread_attr_setcputime. * psx07/init.c: Remove references to pthread_attr_getcputime, pthread_attr_setcputime. --- testsuites/psxtests/configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'testsuites/psxtests/configure.ac') diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 98156d9746..286db3ee81 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -38,18 +38,6 @@ AC_CHECK_DECLS([pthread_rwlock_unlock],[],[],[[#include ]]) # FIXME: newlib should supply declaration of pthread_atfork() AC_CHECK_DECLS([pthread_atfork],[],[],[[#include ]]) -# FIXME: RTEMS presumes pthread_attr_getcputime to be IEEE Std 1003.1 -# Likely an anachronism in RTEMS. -AC_CHECK_DECLS([pthread_attr_getcputime],[],[],[[#include ]]) - -# FIXME: RTEMS presumes pthread_attr_getcputime to be IEEE Std 1003.1 -# Likely an anachronism in RTEMS. -AC_CHECK_DECLS([pthread_attr_getcputime],[],[],[[#include ]]) - -# FIXME: RTEMS presumes pthread_attr_setcputime to be IEEE Std 1003.1 -# Likely an anachronism in RTEMS. -AC_CHECK_DECLS([pthread_attr_setcputime],[],[],[[#include ]]) - # Added to pthreads after initial revision. May not be in toolset AC_CHECK_DECLS([pthread_attr_getstack],[],[],[[#include ]]) -- cgit v1.2.3