• Cyrill Gorcunov's avatar
    syscall: Drop unneeded addr variable · 4749ef26
    Cyrill Gorcunov authored
    Otherwise it become a global variable propagated
    even to files where it must has no reference to
    (such as parasite code)
    
    Symbol table '.symtab' contains 22 entries:
       Num:    Value          Size Type    Bind   Vis      Ndx Name
    ...
         4: 0000000000000000     0 FILE    LOCAL  DEFAULT  ABS parasite.c
    ...
        21: 000000000000b208     8 OBJECT  GLOBAL DEFAULT    3 addr
    Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    4749ef26
syscall.h 9.34 KB