summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/funlockfile.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-18 14:45:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-22 08:06:06 +0200
commit167654e7f0fcf9df5dcd3afef60658c4d63a43a5 (patch)
treefd4c1021726e6670d3c8ed1aabf238e447c45073 /cpukit/libcsupport/src/funlockfile.c
parentRemove getcwd() (diff)
downloadrtems-167654e7f0fcf9df5dcd3afef60658c4d63a43a5.tar.bz2
Remove checks for flockfile(), etc. declarations
Declarations provided by Newlib since 2002. Update #3409.
Diffstat (limited to 'cpukit/libcsupport/src/funlockfile.c')
-rw-r--r--cpukit/libcsupport/src/funlockfile.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>