|
From: <sv...@va...> - 2015-01-08 21:05:11
|
Author: florian
Date: Thu Jan 8 21:05:03 2015
New Revision: 14858
Log:
Comment only changes.
Modified:
trunk/coregrind/m_main.c
trunk/coregrind/m_signals.c
Modified: trunk/coregrind/m_main.c
==============================================================================
--- trunk/coregrind/m_main.c (original)
+++ trunk/coregrind/m_main.c Thu Jan 8 21:05:03 2015
@@ -2622,7 +2622,7 @@
switch (tids_schedretcode) {
case VgSrc_ExitThread: /* the normal way out (Linux) */
- case VgSrc_ExitProcess: /* the normal way out (AIX) -- still needed? */
+ case VgSrc_ExitProcess: /* the normal way out (Darwin) */
/* Change the application return code to user's return code,
if an error was found */
if (VG_(clo_error_exitcode) > 0
Modified: trunk/coregrind/m_signals.c
==============================================================================
--- trunk/coregrind/m_signals.c (original)
+++ trunk/coregrind/m_signals.c Thu Jan 8 21:05:03 2015
@@ -575,7 +575,7 @@
/* ------ Macros for pulling stuff out of siginfos ------ */
/* These macros allow use of uniform names when working with
- both the Linux and AIX vki definitions. */
+ both the Linux and Darwin vki definitions. */
#if defined(VGO_linux)
# define VKI_SIGINFO_si_addr _sifields._sigfault._addr
# define VKI_SIGINFO_si_pid _sifields._kill._pid
|