Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/exception.h')
-rw-r--r--winsup/cygwin/exception.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/winsup/cygwin/exception.h b/winsup/cygwin/exception.h
index b0a66b4ee..9f4a6c45c 100644
--- a/winsup/cygwin/exception.h
+++ b/winsup/cygwin/exception.h
@@ -1,12 +1,13 @@
/* exception.h
- Copyright 2010, 2011, 2012 Red Hat, Inc.
+ Copyright 2010, 2011 Red Hat, Inc.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
-#pragma once
+#ifndef _EXCEPTION_H
+#define _EXCEPTION_H
#include <exceptions.h>
@@ -28,10 +29,5 @@ public:
~exception () __attribute__ ((always_inline)) { _except_list = save; }
};
-void stackdump (DWORD, CONTEXT * = NULL, EXCEPTION_RECORD * = NULL);
-extern void inline
-stackdump (DWORD n, bool)
-{
- stackdump (n, (CONTEXT *) 1);
-}
+#endif /*_EXCEPTION_H*/