]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing VKI_ prefixes.
authorTom Hughes <tom@compton.nu>
Sat, 11 Feb 2006 16:31:54 +0000 (16:31 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 11 Feb 2006 16:31:54 +0000 (16:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5636

include/vki-amd64-linux.h

index dec58e758a542e791dd80ce872f0eddf2aebd2a0..bf1c8016d549ca6b32a2cf6bac8742057868af6b 100644 (file)
@@ -432,9 +432,9 @@ struct vki_termios {
 #define VKI_TIOCSPTLCK _VKI_IOW('T',0x31, int)  /* Lock/unlock Pty */
 
 #define VKI_FIOASYNC   0x5452
-#define TIOCSERGETLSR   0x5459 /* Get line status register */
+#define VKI_TIOCSERGETLSR   0x5459 /* Get line status register */
 
-#define TIOCGICOUNT    0x545D  /* read serial port inline interrupt counts */
+#define VKI_IOCGICOUNT 0x545D  /* read serial port inline interrupt counts */
 
 //----------------------------------------------------------------------
 // From linux-2.6.9/include/asm-x86_64/poll.h