diff options
author | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-11 10:41:34 +0000 |
---|---|---|
committer | tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-11 10:41:34 +0000 |
commit | 6bdfe4ab583f17c342c705c2351dddfb967ec11a (patch) | |
tree | 37cd63dc28af6180b88220773bcff5a30477c753 | |
parent | 4534fdd0259e739da921e512aa3aea15dce78b58 (diff) | |
download | gcc-6bdfe4ab583f17c342c705c2351dddfb967ec11a.tar.gz |
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
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/omp.h.in | 6 |
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 */ |