--- - branch: MAIN date: Mon Jun 28 21:58:02 UTC 2010 files: - new: '1.6' old: '1.5' path: src/lib/libc/misc/initfini.c pathrev: src/lib/libc/misc/initfini.c@1.6 type: modified - new: '1.12' old: '1.11' path: src/lib/libc/stdlib/exit.c pathrev: src/lib/libc/stdlib/exit.c@1.12 type: modified id: 20100628T215802Z.e1a52506c8d5bb0c35b736fabd143602b391bc9b log: | Ensure that initfini.c is referenced by exit.c. The start up code has to reference the latter as a return of main() results in a call to exit(3), so this ensures that the libc constructors are run for statically linked programs. Fixes PR 37454. module: src subject: 'CVS commit: src/lib/libc' unixtime: '1277762282' user: joerg