Edit

IABSD.fr/src/sys/lib

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-02-19 12:15:09
    Hash : 1e4b7a50
    Message : sync with upstream This replaces two #ifdef FOO with #if FOO-0 for unistd.h and stdarg.h, which is mostly a noop. Base carries local patches to replace these with #if 1, so it won't have this. I should revisit this at some point.