• Randy Dunlap's avatar
    [ARM] use errno #defines in assembly · f2eb250f
    Randy Dunlap authored
    Patch from: Randy Dunlap
    
    From: Danilo Piazzalunga
    
    Some assembly code (on various archs) either
     1. uses hardcoded errno numbers instead of the canonical macro
        names, or
     2. defines them locally, instead of including the appropriate
        header (while including other headers).
    
    This patch "fixes" such usage in
     - getuser.S for arm
     - putuser.S for arm
    f2eb250f
getuser.S 2.15 KB