Daniel Eliad
Daniel Eliad
Hi :) I am building a linux kernel headers repo (https://github.com/DanielEliad/rules_linux_kernel_headers) using rules_foreign_cc I noticed my build times were really long and mostly from the bash function symlink_to_dir. I found...
Hey :) I tried compiling a libc using this repo but found out I can't use startfiles (crti.0, crt1.o, crtn.o) in targets that depend on my libc target. So I...
Hi :) I found this project after looking for an lsp server for working on bazel projects, I added some load path resolution features to make it be able to...
Calloc calls malloc then checks if malloc returned an invalid address (-1) and if so returns NULL. But malloc checks the same for sbrk and returns NULL on an invalid...