Skip to content
Snippets Groups Projects
  • Christoph Hellwig's avatar
    5cd0168f
    add the string library from musl · 5cd0168f
    Christoph Hellwig authored
    Import the whole string library, as well as the ctype functions from the musl
    C library.  Must is a BSD licensed library that aims to be API and mostly ABI
    compatible with glibc, so it's our easiest way to provide the ABI we need
    without reinventing the wheel.  I will import more of the traditional non-syscall
    C library code from it and expect libc/ to eventually mostly consist of slightly
    modified musl code.
    5cd0168f
    History
    add the string library from musl
    Christoph Hellwig authored
    Import the whole string library, as well as the ctype functions from the musl
    C library.  Must is a BSD licensed library that aims to be API and mostly ABI
    compatible with glibc, so it's our easiest way to provide the ABI we need
    without reinventing the wheel.  I will import more of the traditional non-syscall
    C library code from it and expect libc/ to eventually mostly consist of slightly
    modified musl code.
musl.txt 4.29 KiB