mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_attr_{get,set}cputime instead of
pthread_pthread_attr_{get,set}cputime (Typo).
This commit is contained in:
@@ -39,11 +39,11 @@ AC_CHECK_DECLS([pthread_atfork],[],[],[[#include <pthread.h>]])
|
||||
|
||||
# FIXME: RTEMS presumes pthread_attr_getcputime to be IEEE Std 1003.1
|
||||
# Likely an anachronism in RTEMS.
|
||||
AC_CHECK_DECLS([pthread_pthread_attr_getcputime],[],[],[[#include <pthread.h>]])
|
||||
AC_CHECK_DECLS([pthread_attr_getcputime],[],[],[[#include <pthread.h>]])
|
||||
|
||||
# FIXME: RTEMS presumes pthread_attr_setcputime to be IEEE Std 1003.1
|
||||
# Likely an anachronism in RTEMS.
|
||||
AC_CHECK_DECLS([pthread_pthread_attr_setcputime],[],[],[[#include <pthread.h>]])
|
||||
AC_CHECK_DECLS([pthread_attr_setcputime],[],[],[[#include <pthread.h>]])
|
||||
|
||||
# FIXME: adjtime is a non-standardized BSD/Linux extension
|
||||
# RTEMS should not rely on adjtime
|
||||
|
||||
Reference in New Issue
Block a user