• Show log

    Commit

  • Hash : a6c9e0b3
    Author : Patrick Steinhardt
    Date : 2020-06-08T12:40:47

    tree-wide: mark local functions as static
    
    We've accumulated quite some functions which are never used outside of
    their respective code unit, but which are lacking the `static` keyword.
    Add it to reduce their linkage scope and allow the compiler to optimize
    better.