- Do not tag libdispatch's init routine as __constructor, in which case
- it must be run manually before libdispatch routines can be called.
- For the libdispatch library in /usr/lib/system, the init routine is called
- automatically during process start.
+ Do not tag libdispatch's init routine as __constructor, in which case it
+ must be run manually before libdispatch routines can be called. This is the
+ default when building on Mac OS X. For /usr/lib/system/libdispatch.dylib
+ the init routine is called automatically during process start.