Revision: 23666 http://trac.macosforge.org/projects/launchd/changeset/23666 Author: dsorresso@apple.com Date: 2008-08-18 13:34:34 -0700 (Mon, 18 Aug 2008) Log Message: ----------- Tweaked comment. Got rid of unneeded, commented-out #ifdef. Modified Paths: -------------- branches/PR-5039559/launchd/src/launchd.c Modified: branches/PR-5039559/launchd/src/launchd.c =================================================================== --- branches/PR-5039559/launchd/src/launchd.c 2008-08-15 08:04:45 UTC (rev 23665) +++ branches/PR-5039559/launchd/src/launchd.c 2008-08-18 20:34:34 UTC (rev 23666) @@ -169,15 +169,13 @@ _vproc_transaction_end(); } -//#if TARGET_OS_EMBEDDED if( pid1_magic ) { - /* Start the update thread -- rdar://problem/5039559 */ + /* Start the update thread -- rdar://problem/5039559&6153301 */ pthread_t t = NULL; g_sync_frequency = 30; int err = pthread_create(&t, NULL, update_thread, NULL); launchd_assumes(err == 0); } -//#endif jobmgr_init(sflag);
participants (1)
-
source_changes@macosforge.org