Edit

IABSD.fr/src/sys

Branch :

  • Show log

    Commit

  • Author : dlg
    Date : 2025-07-12 00:41:14
    Hash : 4b0a39dc
    Message : refcnt_shared can be a macro around refcnt_read. they're basically the same code except refcnt_shared checks if the read value was > 1. the caller is going to check it anyway, so get rid of the duplicate code.