Comment by kevin_thibedeau

Comment by kevin_thibedeau 6 months ago

0 replies

The linker doesn't try to resolve symbols it's already seen while static linking. This doesn't require a weak linkage flag for overriding system library functions since libc is linked at the end by default when static linking or at runtime when dynamic.