On 2014-02-17 19:12, Jennifer Averett wrote:
Module: rtems
Branch: master
Commit: 2729c1c2a8f13c4203342460a597fcd56d650877
Changeset:
http://git.rtems.org/rtems/commit/?id=2729c1c2a8f13c4203342460a597fcd56d650877
Author: Jennifer Averett <jennifer.aver...@oarcorp.com>
Date: Mon Feb 17 12:19:06 2014 -0600
smptests: Add check for affinity support in newlib.
After this patch I have now the attached diff in my local checkout. Needs this
file an update or should we remove the file from the repository?
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.hu...@embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
diff --git a/testsuites/smptests/config.h.in b/testsuites/smptests/config.h.in
index f80de9c..22aa535 100644
--- a/testsuites/smptests/config.h.in
+++ b/testsuites/smptests/config.h.in
@@ -1,5 +1,55 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define to 1 if you have the declaration of `pthread_attr_getaffinity_np',
+ and to 0 if you don't. */
+#undef HAVE_DECL_PTHREAD_ATTR_GETAFFINITY_NP
+
+/* Define to 1 if you have the declaration of `pthread_attr_setaffinity_np',
+ and to 0 if you don't. */
+#undef HAVE_DECL_PTHREAD_ATTR_SETAFFINITY_NP
+
+/* Define to 1 if you have the declaration of `pthread_getaffinity_np', and to
+ 0 if you don't. */
+#undef HAVE_DECL_PTHREAD_GETAFFINITY_NP
+
+/* Define to 1 if you have the declaration of `pthread_getattr_np', and to 0
+ if you don't. */
+#undef HAVE_DECL_PTHREAD_GETATTR_NP
+
+/* Define to 1 if you have the declaration of `pthread_setaffinity_np', and to
+ 0 if you don't. */
+#undef HAVE_DECL_PTHREAD_SETAFFINITY_NP
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/cpuset.h> header file. */
+#undef HAVE_SYS_CPUSET_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
@@ -17,3 +67,6 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel