summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-26 16:09:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-27 08:33:06 +0200
commit549b1d6bbe832d2d5b8d721a093e0f231eb84727 (patch)
treeff12511f52c60bc2ff322ad5141c186d266dfac0 /cpukit
parentbsps: Remove libcpu (diff)
downloadrtems-549b1d6bbe832d2d5b8d721a093e0f231eb84727.tar.bz2
Remove unused POSIX_NOT_IMPLEMENTED() declaration
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h
index 26156c64f7..723145ac9c 100644
--- a/cpukit/include/rtems/system.h
+++ b/cpukit/include/rtems/system.h
@@ -35,11 +35,6 @@ extern "C" {
#ifndef ASM
-#ifdef RTEMS_POSIX_API
-/** The following is used by the POSIX implementation to catch bad paths. */
-int POSIX_NOT_IMPLEMENTED( void );
-#endif
-
/**
* The following is the extern for the RTEMS version string.
*