]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix missing gstdint.h error
authorKwok Cheung Yeung <kcy@codesourcery.com>
Thu, 30 May 2019 18:58:05 +0000 (11:58 -0700)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 3 Mar 2020 11:18:11 +0000 (12:18 +0100)
libgomp/
* libgomp_g.h: Include stdint.h instead of gstdint.h.

(cherry picked from openacc-gcc-9-branch commit
9ff104a9f24e99fd137b75bb4e9bf03687ff1cab)

libgomp/ChangeLog.omp
libgomp/libgomp_g.h

index 0436191ce28910e7305ce36fa874427ac47492c5..88d432b97755dfebfa280b07871b9ee4cb8ad166 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-30  Kwok Cheung Yeung  <kcy@codesourcery.com>
+
+       * libgomp_g.h: Include stdint.h instead of gstdint.h.
+
 2019-05-20  Julian Brown  <julian@codesourcery.com>
 
        * testsuite/libgomp.oacc-c-c++-common/kernels-decompose-1.c: Expect
index c3173417bd90f09700a086ca13697c1fa98f89fc..410c6f4e14af406e6fa23c64645578cfa7f8faf7 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <stdbool.h>
 #include <stddef.h>
-#include "gstdint.h"
+#include <stdint.h>
 
 /* barrier.c */