ARM: Fix an ioctl constant.
authorAli Saidi <saidi@eecs.umich.edu>
Wed, 29 Jul 2009 07:09:44 +0000 (00:09 -0700)
committerAli Saidi <saidi@eecs.umich.edu>
Wed, 29 Jul 2009 07:09:44 +0000 (00:09 -0700)
src/arch/arm/linux/linux.hh

index 982652ddca4b0e207ef4f34124179ccf98b2fabc..d99fa8e49789758f9f15811e6e75eae6e9b074cf 100644 (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;