diff options
Diffstat (limited to 'gcc/libgcc2.h')
| -rw-r--r-- | gcc/libgcc2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h index 31f5a96c1ad..fdb0f49513f 100644 --- a/gcc/libgcc2.h +++ b/gcc/libgcc2.h @@ -42,6 +42,8 @@ extern void __sjthrow (void) __attribute__ ((__noreturn__)); extern void __sjpopnthrow (void) __attribute__ ((__noreturn__)); extern void __eprintf (const char *, const char *, unsigned int, const char *) __attribute__ ((__noreturn__)); +extern void *__eh_alloc (size_t); +extern void __eh_free (void *); struct bb; extern void __bb_exit_func (void); |

