git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14858
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
/* ------ 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