Annotation of dietlibc/syscalls.h, revision 1.3

1.3     ! fefe        1: #ifndef __ASSEMBLER__
1.1       cvs         2: 
                      3: #include <linux/unistd.h>
                      4: 
                      5: #endif
                      6: 
1.3     ! fefe        7: #ifdef __ASSEMBLER__
        !             8: 
1.1       cvs         9: #ifdef __i386__
                     10: 
1.3     ! fefe       11: #include "i386/syscalls.h"
1.1       cvs        12: 
                     13: #endif
                     14: 
                     15: #ifdef __sparc__
                     16: 
1.3     ! fefe       17: #include "sparc/syscalls.h"
1.1       cvs        18: 
                     19: #endif
                     20: 
                     21: #ifdef __powerpc__
                     22: 
1.3     ! fefe       23: #include "ppc/syscalls.h"
1.1       cvs        24: 
                     25: #endif
                     26: 
                     27: 
                     28: #ifdef __mips__
                     29: 
1.3     ! fefe       30: #include "mips/syscalls.h"
1.1       cvs        31: 
                     32: #endif
                     33: 
                     34: #ifdef __arm__
                     35: 
1.3     ! fefe       36: #include "arm/syscalls.h"
1.1       cvs        37: 
                     38: #endif
                     39: 
                     40: 
                     41: #ifdef __alpha__
1.2       olaf       42: 
1.3     ! fefe       43: #include "alpha/syscalls.h"
        !            44: 
        !            45: #endif
1.1       cvs        46: 
                     47: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>