omp.h.in: Don't touch the user's namespace.

libgomp/
	* omp.h.in: Don't touch the user's namespace.

From-SVN: r203411
This commit is contained in:
Thomas Schwinge 2013-10-11 12:41:34 +02:00 committed by Thomas Schwinge
parent d122744782
commit 71a81c218e
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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 */