summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/libcsupport/src/libio.c6
-rw-r--r--c/src/lib/libc/libio.c6
-rw-r--r--cpukit/libcsupport/src/libio.c6
3 files changed, 0 insertions, 18 deletions
diff --git a/c/src/exec/libcsupport/src/libio.c b/c/src/exec/libcsupport/src/libio.c
index 9723989342..9e075c9f0b 100644
--- a/c/src/exec/libcsupport/src/libio.c
+++ b/c/src/exec/libcsupport/src/libio.c
@@ -48,12 +48,6 @@ rtems_libio_t *rtems_libio_iops;
rtems_libio_t *rtems_libio_iop_freelist;
/*
- * Default mode for all files.
- */
-
-mode_t rtems_filesystem_umask;
-
-/*
* rtems_libio_init
*
* Called by BSP startup code to initialize the libio subsystem.
diff --git a/c/src/lib/libc/libio.c b/c/src/lib/libc/libio.c
index 9723989342..9e075c9f0b 100644
--- a/c/src/lib/libc/libio.c
+++ b/c/src/lib/libc/libio.c
@@ -48,12 +48,6 @@ rtems_libio_t *rtems_libio_iops;
rtems_libio_t *rtems_libio_iop_freelist;
/*
- * Default mode for all files.
- */
-
-mode_t rtems_filesystem_umask;
-
-/*
* rtems_libio_init
*
* Called by BSP startup code to initialize the libio subsystem.
diff --git a/cpukit/libcsupport/src/libio.c b/cpukit/libcsupport/src/libio.c
index 9723989342..9e075c9f0b 100644
--- a/cpukit/libcsupport/src/libio.c
+++ b/cpukit/libcsupport/src/libio.c
@@ -48,12 +48,6 @@ rtems_libio_t *rtems_libio_iops;
rtems_libio_t *rtems_libio_iop_freelist;
/*
- * Default mode for all files.
- */
-
-mode_t rtems_filesystem_umask;
-
-/*
* rtems_libio_init
*
* Called by BSP startup code to initialize the libio subsystem.