comments (2)

  • System calls on Linux are stable ABI. They have to be, because you can statically link libc. This is different from Windows.

    inigyou

  • I didn't know there was a sequel! Looks like there's also a part 3 that covers teensy dynamic linking:

    https://www.muppetlabs.com/~breadbox/software/tiny/somewhat....

    AdamH12113