]> gcc.gnu.org Git - gcc.git/commitdiff
libgomp_g.h: Include stdint.h instead of gstdint.h.
authorKwok Cheung Yeung <kcy@codesourcery.com>
Mon, 30 Sep 2019 14:16:34 +0000 (14:16 +0000)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 14 Jan 2021 19:23:05 +0000 (20:23 +0100)
2019-09-30  Kwok Cheung Yeung  <kcy@codesourcery.com>

* libgomp_g.h: Include stdint.h instead of gstdint.h.

(cherry picked from commit d7f9ee981f32bdbc6916cb8c6b9435cfc06f88a0, r276301)

libgomp/libgomp_g.h

index 32a9d8aade904c3270dc4732bfb6289a8f831f2e..dfb55fb66dc6cbd10b19097159c204edb2f0102f 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <stdbool.h>
 #include <stddef.h>
-#include "gstdint.h"
+#include <stdint.h>
 
 /* barrier.c */
 
This page took 0.061967 seconds and 5 git commands to generate.