summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-18 14:39:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-22 08:06:06 +0200
commitf59edebf7e18953af6a37c717a53a7623bfd3887 (patch)
tree6b2c5824edc65955b2f99ac60fa864630067628c /cpukit/configure.ac
parentRemove optional getrusage() declaration (diff)
downloadrtems-f59edebf7e18953af6a37c717a53a7623bfd3887.tar.bz2
Remove getcwd()
This function is provided by Newlib since 2000. Update #3409.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index ae96f5567c..ffc8d51ef4 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -160,10 +160,6 @@ AC_MSG_RESULT([no])
])
AC_LANG_POP(C)
-# Newlib's unix/ directory
-AC_CHECK_FUNCS([getcwd])
-# </FIXME>
-
# Check if the installed toolchain provides these headers
# and error out if not.
AC_CHECK_HEADERS([errno.h sched.h semaphore.h sys/cdefs.h sys/queue.h tar.h threads.h],,