[gcc r9-9183] libgomp_g.h: Include stdint.h instead of gstdint.h.
Thomas Schwinge
tschwinge@gcc.gnu.org
Thu Jan 14 19:28:39 GMT 2021
https://gcc.gnu.org/g:8d491db06a606f45d7c46e219fc075a3fea22e32
commit r9-9183-g8d491db06a606f45d7c46e219fc075a3fea22e32
Author: Kwok Cheung Yeung <kcy@codesourcery.com>
Date: Mon Sep 30 14:16:34 2019 +0000
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.
(cherry picked from commit d7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0, r276301)
Diff:
---
libgomp/libgomp_g.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libgomp/libgomp_g.h b/libgomp/libgomp_g.h
index 32a9d8aade9..dfb55fb66dc 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 */
More information about the Gcc-cvs
mailing list