Edit

kc3-lang/libbsd

Branch :

  • Show log

    Commit

  • Author : Guillem Jover
    Date : 2024-02-17 05:25:01
    Hash : 9fab225f
    Message : Split errc family of functions from err ones On most systems the err family of functions is already present, but are missing the errc family of functions, which are also present on some other systems. Splitting them into separate files will make it easer to conditionally include one or the other.