summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 227657add0..96166f9c74 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -52,6 +52,12 @@ AC_CHECK_FUNCS([strdup strndup strncasecmp])
AC_CHECK_FUNCS([bcopy bcmp])
AC_CHECK_FUNCS([isascii fileno])
+# Newlib's posix directory
+AC_CHECK_FUNCS([opendir closedir readdir rewinddir scandir seekdir telldir isatty])
+
+# Newlib's unix/ directory
+AC_CHECK_FUNCS([ttyname getcwd])
+
## Check if the installed toolchain has these headers
AC_CHECK_HEADER([tar.h])