]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2019-09-30 Kwok Cheung Yeung <kcy@codesourcery.com>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 14:16:34 +0000 (14:16 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 14:16:34 +0000 (14:16 +0000)
        * 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

libgomp/ChangeLog
libgomp/libgomp_g.h

index c7bd068171d4c6434361b48d4cc03cd2c2021993..5f065270129139292cfef1a48d13c5d88451ee9d 100644 (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.
index 32a9d8aade904c3270dc4732bfb6289a8f831f2e..dfb55fb66dc6cbd10b19097159c204edb2f0102f 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <stdbool.h>
 #include <stddef.h>
-#include "gstdint.h"
+#include <stdint.h>
 
 /* barrier.c */