diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/powerpc/include/asm/setjmp.h')
-rw-r--r-- | ANDROID_3.4.5/arch/powerpc/include/asm/setjmp.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ANDROID_3.4.5/arch/powerpc/include/asm/setjmp.h b/ANDROID_3.4.5/arch/powerpc/include/asm/setjmp.h deleted file mode 100644 index 279d03a1..00000000 --- a/ANDROID_3.4.5/arch/powerpc/include/asm/setjmp.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright © 2008 Michael Neuling IBM Corporation - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - * - */ -#ifndef _ASM_POWERPC_SETJMP_H -#define _ASM_POWERPC_SETJMP_H - -#define JMP_BUF_LEN 23 - -extern long setjmp(long *); -extern void longjmp(long *, long); - -#endif /* _ASM_POWERPC_SETJMP_H */ |