• D
    Don't use undocumented __isleap macro · b0ed1227
    Daniel P. Berrange 提交于
    The glibc time.h header has an undocumented __isleap macro
    that we are using. Since it is undocumented & does not appear
    on any other OS, stop using it and just define the macro in
    libvirt code instead.
    
    * src/util/virtime.c: Remove __isleap usage
    b0ed1227
virtime.c 8.8 KB