From 71a81c218ee9c0debf6c71d0838ff6c6037b0729 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 11 Oct 2013 12:41:34 +0200 Subject: [PATCH] omp.h.in: Don't touch the user's namespace. libgomp/ * omp.h.in: Don't touch the user's namespace. From-SVN: r203411 --- libgomp/ChangeLog | 4 ++++ libgomp/omp.h.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 557b80a73172..9cc0df28e495 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-11 Thomas Schwinge + + * omp.h.in: Don't touch the user's namespace. + 2013-10-11 Jakub Jelinek Tobias Burnus Richard Henderson diff --git a/libgomp/omp.h.in b/libgomp/omp.h.in index 4fc123669eca..1db5d6ba5226 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 . */ -#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 */