From 167654e7f0fcf9df5dcd3afef60658c4d63a43a5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 18 Oct 2018 14:45:24 +0200 Subject: Remove checks for flockfile(), etc. declarations Declarations provided by Newlib since 2002. Update #3409. --- cpukit/libcsupport/src/funlockfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/funlockfile.c') diff --git a/cpukit/libcsupport/src/funlockfile.c b/cpukit/libcsupport/src/funlockfile.c index bf409da8a3..3c1efff7a6 100644 --- a/cpukit/libcsupport/src/funlockfile.c +++ b/cpukit/libcsupport/src/funlockfile.c @@ -17,7 +17,7 @@ #include "config.h" #endif -#if defined(RTEMS_NEWLIB) && !defined(HAVE_FUNLOCKFILE) && defined(HAVE_DECL_FUNLOCKFILE) +#if defined(RTEMS_NEWLIB) && !defined(HAVE_FUNLOCKFILE) #include -- cgit v1.2.3