Commit 71a81c21 by Thomas Schwinge Committed by Thomas Schwinge

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

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

From-SVN: r203411
parent d1227447
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>
......
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment