forked from Imagelibrary/rtems
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
|
# FIXME: RTEMS presumes pthread_attr_getcputime to be IEEE Std 1003.1
|
||||||
# Likely an anachronism in RTEMS.
|
# 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
|
# FIXME: RTEMS presumes pthread_attr_setcputime to be IEEE Std 1003.1
|
||||||
# Likely an anachronism in RTEMS.
|
# 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
|
# FIXME: adjtime is a non-standardized BSD/Linux extension
|
||||||
# RTEMS should not rely on adjtime
|
# RTEMS should not rely on adjtime
|
||||||
|
|||||||
Reference in New Issue
Block a user