• D
    Fix conflicts with glibc globals · de53effe
    Davidlohr Bueso 提交于
    When compiling libvirt with GCC 3.4.6 the following warning is being triggered quite a lot:
    
    util/memory.h:60: warning: declaration of 'remove' shadows a global declaration
    /usr/include/stdio.h:175: warning: shadowed declaration is here
    
    Fix this by renaming the parameter to 'toremove'.
    de53effe
AUTHORS 6.7 KB