• Andi Kleen's avatar
    [PATCH] Fix some 64bit warnings · 0af95031
    Andi Kleen authored
    Fix some annoying warnings that happen on x86-64.
    
     - Predeclare pt_regs in binfmts.h.  For some reason it isn't included
       implicitely there.
     - use unsigned long, not long for interrupt flags in posix-timers.c
    0af95031
posix-timers.c 34.8 KB