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/w32api/include/lmerr.h')
-rw-r--r--winsup/w32api/include/lmerr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/lmerr.h b/winsup/w32api/include/lmerr.h
index 308a91253..58b148492 100644
--- a/winsup/w32api/include/lmerr.h
+++ b/winsup/w32api/include/lmerr.h
@@ -1,5 +1,9 @@
#ifndef _LMERR_H
#define _LMERR_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
#include <winerror.h>
#define NERR_Success 0
#define NERR_BASE 2100