|
From: <sv...@va...> - 2006-02-11 16:32:03
|
Author: tom
Date: 2006-02-11 16:31:54 +0000 (Sat, 11 Feb 2006)
New Revision: 5636
Log:
Add missing VKI_ prefixes.
Modified:
trunk/include/vki-amd64-linux.h
Modified: trunk/include/vki-amd64-linux.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/include/vki-amd64-linux.h 2006-02-11 16:26:46 UTC (rev 5635)
+++ trunk/include/vki-amd64-linux.h 2006-02-11 16:31:54 UTC (rev 5636)
@@ -432,9 +432,9 @@
#define VKI_TIOCSPTLCK _VKI_IOW('T',0x31, int) /* Lock/unlock Pty */
=20
#define VKI_FIOASYNC 0x5452
-#define TIOCSERGETLSR 0x5459 /* Get line status register */
+#define VKI_TIOCSERGETLSR 0x5459 /* Get line status register */
=20
-#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts *=
/
+#define VKI_IOCGICOUNT 0x545D /* read serial port inline interrupt count=
s */
=20
//----------------------------------------------------------------------
// From linux-2.6.9/include/asm-x86_64/poll.h
|