summaryrefslogtreecommitdiffstats
path: root/libgomp
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-11 10:41:34 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-11 10:41:34 +0000
commit6bdfe4ab583f17c342c705c2351dddfb967ec11a (patch)
tree37cd63dc28af6180b88220773bcff5a30477c753 /libgomp
parent4534fdd0259e739da921e512aa3aea15dce78b58 (diff)
downloadppe42-gcc-6bdfe4ab583f17c342c705c2351dddfb967ec11a.tar.gz
ppe42-gcc-6bdfe4ab583f17c342c705c2351dddfb967ec11a.zip
libgomp/
* omp.h.in: Don't touch the user's namespace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203411 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog4
-rw-r--r--libgomp/omp.h.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 557b80a7317..9cc0df28e49 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
+
+ * omp.h.in: Don't touch the user's namespace.
+
2013-10-11 Jakub Jelinek <jakub@redhat.com>
Tobias Burnus <burnus@net-b.de>
Richard Henderson <rth@redhat.com>
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 */
OpenPOWER on IntegriCloud