• Robin Farine's avatar
    [ARM PATCH] 1675/1: remove definitions of non-implemented system calls from... · d1054d95
    Robin Farine authored
    [ARM PATCH] 1675/1: remove definitions of non-implemented system calls from include/asm-arm/unistd.h
    
    Patch from Robin Farine
    
    Remove the definitions of system call numbers from include/asm-arm/unistd.h for which the corresponding vector in arch/arm/kernel/calls.S points to sys_ni_syscall.
    
    
    
    Since the new glibc (2.3.2) implements some of the system call wrapper functions based on the presence or absence of such definitions, only implemented system calls should have a corresponding __NR_xyz preprocessor symbol in unistd.h.
    
    d1054d95
unistd.h 18.4 KB