| Index: fusl/arch/powerpc/syscall_arch.h
|
| diff --git a/fusl/arch/powerpc/syscall_arch.h b/fusl/arch/powerpc/syscall_arch.h
|
| deleted file mode 100644
|
| index dba48a42a7999cbbda2df88d8dae5b38e4e5293b..0000000000000000000000000000000000000000
|
| --- a/fusl/arch/powerpc/syscall_arch.h
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -#define __SYSCALL_LL_E(x) \
|
| - ((union { \
|
| - long long ll; \
|
| - long l[2]; \
|
| - }){.ll = x}) \
|
| - .l[0], \
|
| - ((union { \
|
| - long long ll; \
|
| - long l[2]; \
|
| - }){.ll = x}) \
|
| - .l[1]
|
| -#define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
|
| -
|
| -#undef SYSCALL_NO_INLINE
|
| -#define SYSCALL_NO_INLINE
|
|
|