From: Kwok Cheung Yeung Date: Mon, 30 Sep 2019 14:16:34 +0000 (+0000) Subject: libgomp_g.h: Include stdint.h instead of gstdint.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0;p=gcc.git libgomp_g.h: Include stdint.h instead of gstdint.h. 2019-09-30 Kwok Cheung Yeung * libgomp_g.h: Include stdint.h instead of gstdint.h. From-SVN: r276301 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index c7bd068171d..5f065270129 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2019-09-30 Kwok Cheung Yeung + + * libgomp_g.h: Include stdint.h instead of gstdint.h. + 2019-09-27 Maciej W. Rozycki * configure: Regenerate. 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 #include -#include "gstdint.h" +#include /* barrier.c */