summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/posixapi.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-30 11:43:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 07:45:52 +0100
commit3732c931822998864312e9ae5c9a325a83431802 (patch)
tree03af5e8084344a7c6d18c3cf2647351a174acfdc /cpukit/include/rtems/posix/posixapi.h
parentscore: Delete empty pheapinit.c (diff)
downloadrtems-3732c931822998864312e9ae5c9a325a83431802.tar.bz2
posix: Delete unused _POSIX_Fatal_error()
Diffstat (limited to 'cpukit/include/rtems/posix/posixapi.h')
-rw-r--r--cpukit/include/rtems/posix/posixapi.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/cpukit/include/rtems/posix/posixapi.h b/cpukit/include/rtems/posix/posixapi.h
index fc669afb45..122dd644e6 100644
--- a/cpukit/include/rtems/posix/posixapi.h
+++ b/cpukit/include/rtems/posix/posixapi.h
@@ -37,24 +37,6 @@
*/
/**@{**/
-/**
- * @brief POSIX API Fatal domains.
- */
-typedef enum {
- POSIX_FD_PTHREAD, /**< A pthread thread error. */
- POSIX_FD_PTHREAD_ONCE /**< A pthread once error. */
-} POSIX_Fatal_domain;
-
-/**
- * @brief POSIX API Fatal error.
- *
- * A common method of rasing a POSIX API fatal error.
- *
- * @param[in] domain The POSIX error domain.
- * @param[in] eno The error number as defined in errno.h.
- */
-void _POSIX_Fatal_error( POSIX_Fatal_domain domain, int eno );
-
extern const int _POSIX_Get_by_name_error_table[ 3 ];
RTEMS_INLINE_ROUTINE int _POSIX_Get_by_name_error(