summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/termiostypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/termiostypes.h')
-rw-r--r--cpukit/libcsupport/include/rtems/termiostypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h
index fe19bd4cb4..adda9e0871 100644
--- a/cpukit/libcsupport/include/rtems/termiostypes.h
+++ b/cpukit/libcsupport/include/rtems/termiostypes.h
@@ -33,7 +33,7 @@ struct ttywakeup {
* Variables associated with the character buffer
*/
struct rtems_termios_rawbuf {
- volatile char *theBuf;
+ char *theBuf;
volatile unsigned int Head;
volatile unsigned int Tail;
volatile unsigned int Size;