aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorKwok Cheung Yeung <kcy@codesourcery.com>2019-09-30 14:16:34 +0000
committerTobias Burnus <burnus@gcc.gnu.org>2019-09-30 16:16:34 +0200
commitd7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0 (patch)
tree2a2cc7986297201144bc3f0676f9fbcc1d402c9c /libgomp
parent26ca7d1b24478324969eae0d171ad698926c8541 (diff)
downloadgcc-d7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0.zip
gcc-d7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0.tar.gz
gcc-d7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0.tar.bz2
libgomp_g.h: Include stdint.h instead of gstdint.h.
2019-09-30 Kwok Cheung Yeung <kcy@codesourcery.com> * libgomp_g.h: Include stdint.h instead of gstdint.h. From-SVN: r276301
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog4
-rw-r--r--libgomp/libgomp_g.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index c7bd068..5f06527 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-30 Kwok Cheung Yeung <kcy@codesourcery.com>
+
+ * libgomp_g.h: Include stdint.h instead of gstdint.h.
+
2019-09-27 Maciej W. Rozycki <macro@wdc.com>
* configure: Regenerate.
diff --git a/libgomp/libgomp_g.h b/libgomp/libgomp_g.h
index 32a9d8aa..dfb55fb 100644
--- a/libgomp/libgomp_g.h
+++ b/libgomp/libgomp_g.h
@@ -31,7 +31,7 @@
#include <stdbool.h>
#include <stddef.h>
-#include "gstdint.h"
+#include <stdint.h>
/* barrier.c */