summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/termiostypes.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-03 11:46:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-04 15:48:32 +0200
commit9566538823b2ae00e8c7a60fd704a0d05d80a35f (patch)
tree3d0edce60e505f9ceb8d4d14b190ac17b7a7d8fd /cpukit/include/rtems/termiostypes.h
parentscore: Use flexible-array member for C99 and later (diff)
downloadrtems-9566538823b2ae00e8c7a60fd704a0d05d80a35f.tar.bz2
termios: Make rtems_termios_ttyMutex private
This mutex is used to maintain termios internal data structures.
Diffstat (limited to 'cpukit/include/rtems/termiostypes.h')
-rw-r--r--cpukit/include/rtems/termiostypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/include/rtems/termiostypes.h b/cpukit/include/rtems/termiostypes.h
index 6930e5958b..ef2c958271 100644
--- a/cpukit/include/rtems/termiostypes.h
+++ b/cpukit/include/rtems/termiostypes.h
@@ -596,8 +596,6 @@ int rtems_termios_poll(
#define RTEMS_TERMIOS_NUMBER_BAUD_RATES 25
-extern rtems_mutex rtems_termios_ttyMutex;
-
#ifdef __cplusplus
}
#endif