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-Tag: misc/cutover-git~2439 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0;p=thirdparty%2Fgcc.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 c7bd068171d4..5f0652701291 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 32a9d8aade90..dfb55fb66dc6 100644 --- a/libgomp/libgomp_g.h +++ b/libgomp/libgomp_g.h @@ -31,7 +31,7 @@ #include #include -#include "gstdint.h" +#include /* barrier.c */