summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/include/exceptions.h')
-rw-r--r--winsup/cygwin/include/exceptions.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/winsup/cygwin/include/exceptions.h b/winsup/cygwin/include/exceptions.h
index 462000d61..5311e1f9e 100644
--- a/winsup/cygwin/include/exceptions.h
+++ b/winsup/cygwin/include/exceptions.h
@@ -106,13 +106,9 @@ typedef struct _exception_list
{
struct _exception_list *prev;
exception_handler *handler;
-
- /* We're apparently free to add more stuff here.
- At present we don't need any. */
+ unsigned long stuff[8];
} exception_list;
-void init_exceptions (exception_list *);
-
#ifdef __cplusplus
};
#endif /* __cplusplus */