Revision: 23599 http://trac.macosforge.org/projects/launchd/changeset/23599 Author: zarzycki@apple.com Date: 2008-04-15 14:55:50 -0700 (Tue, 15 Apr 2008) Log Message: ----------- More documentation. Modified Paths: -------------- trunk/launchd/src/launchd_runtime.c Modified: trunk/launchd/src/launchd_runtime.c =================================================================== --- trunk/launchd/src/launchd_runtime.c 2008-04-14 21:12:18 UTC (rev 23598) +++ trunk/launchd/src/launchd_runtime.c 2008-04-15 21:55:50 UTC (rev 23599) @@ -1036,7 +1036,7 @@ tmp_options = options; - /* It looks like the compiler doesn't optimize switch(unlikely(...)) */ + /* It looks like the compiler doesn't optimize switch(unlikely(...)) See: 5691066 */ if (unlikely(mr)) switch (mr) { case MACH_SEND_INVALID_DEST: case MACH_SEND_TIMED_OUT:
participants (1)
-
source_changes@macosforge.org