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
This commit is contained in:
Kwok Cheung Yeung 2019-09-30 14:16:34 +00:00 committed by Tobias Burnus
parent 26ca7d1b24
commit d7f9ee981f
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -31,7 +31,7 @@
#include <stdbool.h>
#include <stddef.h>
#include "gstdint.h"
#include <stdint.h>
/* barrier.c */