mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
init still uses a custom _start to set up the stack, but then jumps to _libc_crt0_start. The modules data passed to it is taken from the j6_init_args instead of having it stashed into a global variable. Also replace several uses of snprintf/j6_log with j6::syslog.