ARM: Fix an ioctl constant.

This commit is contained in:
Ali Saidi
2009-07-29 00:09:44 -07:00
parent 9e292c950a
commit 19a4fb0ff3

View File

@@ -77,7 +77,7 @@ class ArmLinux : public Linux
//@{
/// ioctl() command codes.
static const unsigned TIOCGETP_ = 0x40067408;
static const unsigned TIOCGETP_ = 0x5401;
static const unsigned TIOCSETP_ = 0x80067409;
static const unsigned TIOCSETN_ = 0x8006740a;
static const unsigned TIOCSETC_ = 0x80067411;