|
From: <sv...@va...> - 2013-05-12 01:16:49
|
petarj 2013-05-12 02:16:40 +0100 (Sun, 12 May 2013)
New Revision: 13390
Log:
mips: code-style, remove some trailing spaces from MIPS header files
Non-function change, removing some trailing spaces from MIPS header files.
Modified files:
trunk/include/vki/vki-mips32-linux.h
trunk/include/vki/vki-mips64-linux.h
Modified: trunk/include/vki/vki-mips32-linux.h (+5 -5)
===================================================================
--- trunk/include/vki/vki-mips32-linux.h 2013-05-12 01:52:38 +01:00 (rev 13389)
+++ trunk/include/vki/vki-mips32-linux.h 2013-05-12 02:16:40 +01:00 (rev 13390)
@@ -39,8 +39,8 @@
#elif defined (_MIPSEB)
#define VKI_BIG_ENDIAN 1
#endif
-
+
//----------------------------------------------------------------------
// From linux-2.6.35.5/include/asm-generic/int-ll64.h
//----------------------------------------------------------------------
@@ -78,10 +78,10 @@
#define VKI_MAX_PAGE_SHIFT VKI_PAGE_SHIFT
#define VKI_MAX_PAGE_SIZE VKI_PAGE_SIZE
-//----------------------------------------------------------------------
-// From linux-2.6.35.9/arch/mips/include/bits/shm.h
-//----------------------------------------------------------------------
-
+//----------------------------------------------------------------------
+// From linux-2.6.35.9/arch/mips/include/bits/shm.h
+//----------------------------------------------------------------------
+
#define VKI_SHMLBA 0x40000
//----------------------------------------------------------------------
Modified: trunk/include/vki/vki-mips64-linux.h (+10 -10)
===================================================================
--- trunk/include/vki/vki-mips64-linux.h 2013-05-12 01:52:38 +01:00 (rev 13389)
+++ trunk/include/vki/vki-mips64-linux.h 2013-05-12 02:16:40 +01:00 (rev 13390)
@@ -146,7 +146,7 @@
#define VKI_SIGCLD VKI_SIGCHLD /* Same as SIGCHLD (System V). */
#define VKI_SIGPWR 19 /* Power failure restart (System V). */
#define VKI_SIGWINCH 20 /* Window size change (4.3 BSD, Sun). */
-#define VKI_SIGURG 21 /* Urgent condition on socket. */
+#define VKI_SIGURG 21 /* Urgent condition on socket. */
#define VKI_SIGIO 22 /* I/O now possible (4.2 BSD). */
#define VKI_SIGPOLL VKI_SIGIO /* Pollable event occurred (System V).*/
#define VKI_SIGSTOP 23 /* Stop, unblockable (POSIX). */
@@ -164,13 +164,13 @@
// [[This was (_NSIG-1) in 2.4.X... not sure if it matters.]]
#define VKI_SIGRTMAX (_VKI_NSIG - 1)
-#define VKI_SA_ONSTACK 0x08000000u
-#define VKI_SA_RESETHAND 0x80000000u
-#define VKI_SA_RESTART 0x10000000u
-#define VKI_SA_SIGINFO 0x00000008u
-#define VKI_SA_NODEFER 0x40000000u
-#define VKI_SA_NOCLDWAIT 0x00010000u
-#define VKI_SA_NOCLDSTOP 0x00000001u
+#define VKI_SA_ONSTACK 0x08000000u
+#define VKI_SA_RESETHAND 0x80000000u
+#define VKI_SA_RESTART 0x10000000u
+#define VKI_SA_SIGINFO 0x00000008u
+#define VKI_SA_NODEFER 0x40000000u
+#define VKI_SA_NOCLDWAIT 0x00010000u
+#define VKI_SA_NOCLDSTOP 0x00000001u
#define VKI_SA_NOMASK VKI_SA_NODEFER
#define VKI_SA_ONESHOT VKI_SA_RESETHAND
@@ -203,7 +203,7 @@
// [[See comment about extra 'k' above]]
unsigned int sa_flags;
__vki_sighandler_t ksa_handler;
- vki_sigset_t sa_mask; // mask last for extensibility
+ vki_sigset_t sa_mask; // mask last for extensibility
__vki_sigrestore_t sa_restorer;
};
@@ -621,7 +621,7 @@
#define VKI_TIOCSLTC 0x7475 /* set special local chars */
#define VKI_TIOCSPGRP _VKI_IOW('t', 118, int) /* set pgrp of tty */
#define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */
-#define VKI_TIOCCONS _VKI_IOW('t', 120, int) /* become virtual
+#define VKI_TIOCCONS _VKI_IOW('t', 120, int) /* become virtual
console */
#define VKI_FIONREAD 0x467f
|