• Andrew Morton's avatar
    [PATCH] gcc-3.5: _exit fix · 1f98dc7e
    Andrew Morton authored
    include/asm/unistd.h:397: warning: conflicting types for built-in function '_exit'
    
    
    Just remove the dang thing - nobody uses _exit().
    
    Except for the vmware stub, which breaks.  So I kindly exported do_exit() to
    kernel modules, just for vmware...
    1f98dc7e
unistd.h 11.6 KB