summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-06 07:31:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-14 07:02:28 +0200
commit694e946dbd64c94343aeb289edd80a60759f7b26 (patch)
treedadfd23f4d37c623b10dca5aff23b0c84f694de7 /cpukit/libcsupport/include/rtems/libio.h
parentposix: Ignore pshared for semaphores (diff)
downloadrtems-694e946dbd64c94343aeb289edd80a60759f7b26.tar.bz2
libio: Remove special-case reference count
The top-level IO library structures should contain no special-case data. Update #2859.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 8226d18ba2..7022de671c 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1320,7 +1320,6 @@ struct rtems_libio_tt {
rtems_driver_name_t *driver;
off_t offset; /* current offset into file */
uint32_t flags;
- uint32_t mapping_refcnt; /* current mappings */
rtems_filesystem_location_info_t pathinfo;
uint32_t data0; /* private to "driver" */
void *data1; /* ... */