Revision 8e675e91ce7a6cbae30a343d7dc40983baf8121d authored by Keno Fischer on 01 September 2023, 05:12:01 UTC, committed by Keno Fischer on 01 September 2023, 05:21:28 UTC
This file is built standalone, so no memset definition is available.
The only thing we need is that the path is originally zero-terminated.
While we're at it, also rename the function to `strlcat`, since that's
the semantics our version implements (`strncat` takes the source size,
not the dest size).
1 parent 95af5a0
History
File Mode Size
trampolines
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 8.1 KB
README.md -rw-r--r-- 4.1 KB
jl_exports.h -rw-r--r-- 2.2 KB
julia.expmap.in -rw-r--r-- 45 bytes
list_strip_symbols.h -rw-r--r-- 284 bytes
loader.h -rw-r--r-- 2.9 KB
loader_exe.c -rw-r--r-- 2.2 KB
loader_lib.c -rw-r--r-- 20.9 KB
loader_win_utils.c -rw-r--r-- 5.6 KB

README.md

back to top