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:
parent
26ca7d1b24
commit
d7f9ee981f
@ -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.
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include "gstdint.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/* barrier.c */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user