forked from Imagelibrary/rtems
2001-03-20 Joel Sherrill <joel@OARcorp.com>
* PR143 * lib/include/rtems/termiostypes.h: Removed unneeded volatile on "theBuf" since no byte is read more than once anyway.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user