From: burnus Date: Mon, 30 Sep 2019 14:16:34 +0000 (+0000) Subject: 2019-09-30 Kwok Cheung Yeung X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c55817a7bf8e50c78fa97e605487f89dc8f4e24;p=thirdparty%2Fgcc.git 2019-09-30 Kwok Cheung Yeung * libgomp_g.h: Include stdint.h instead of gstdint.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276301 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 */