• Show log

    Commit

  • Hash : 2cca0289
    Author : Ran Benita
    Date : 2015-11-19T00:44:27

    src/utils: change map_file to not take const string argument
    
    map_file() uses PROT_READ, so const seems fitting; however unmap_file
    calls munmap/free, which do not take const, so an UNCONSTIFY is needed.
    To avoid the UNCONSTIFY hack, which is likely undefined behavior or some
    such, just remove the const.
    
    Signed-off-by: Ran Benita <ran234@gmail.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags