Hacker News new | ask | show | jobs
by astrange 4461 days ago
main() is the entry point function in newer OS X versions. Why ship crt0 in everything when you can put it in dyld?
1 comments

crt0 would still get linked into static binaries in OSX, I presume.