Remove __assert()

This function is provided by Newlib since 2000.

Update #3409.
This commit is contained in:
Sebastian Huber
2018-10-18 14:28:17 +02:00
parent 87a9900f30
commit 658ec757cf
2 changed files with 0 additions and 16 deletions

View File

@@ -72,7 +72,6 @@ AC_CHECK_FUNCS([creat \
telldir \
usleep],,
[RTEMS_TOOL_CHAIN_ERROR])
AC_CHECK_FUNCS([__assert])
AC_CHECK_FUNCS([execl execlp execle execv execvp execve])
AC_CHECK_FUNCS([regcomp regexec regerror regfree])