summaryrefslogtreecommitdiff
path: root/libgomp/omp.h.in
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-10-11 12:41:34 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-10-11 12:41:34 +0200
commit71a81c218ee9c0debf6c71d0838ff6c6037b0729 (patch)
tree37cd63dc28af6180b88220773bcff5a30477c753 /libgomp/omp.h.in
parentd1227447828bafb8f5360e387aa9312ab2c4d95e (diff)
omp.h.in: Don't touch the user's namespace.
libgomp/ * omp.h.in: Don't touch the user's namespace. From-SVN: r203411
Diffstat (limited to 'libgomp/omp.h.in')
-rw-r--r--libgomp/omp.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgomp/omp.h.in b/libgomp/omp.h.in
index 4fc123669ec..1db5d6ba522 100644
--- a/libgomp/omp.h.in
+++ b/libgomp/omp.h.in
@@ -22,8 +22,8 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
-#ifndef OMP_H
-#define OMP_H 1
+#ifndef _OMP_H
+#define _OMP_H 1
#ifndef _LIBGOMP_OMP_LOCK_DEFINED
#define _LIBGOMP_OMP_LOCK_DEFINED 1
@@ -124,4 +124,4 @@ extern int omp_is_initial_device (void) __GOMP_NOTHROW;
}
#endif
-#endif /* OMP_H */
+#endif /* _OMP_H */