gcc/libgfortran/io
LIU Hao decbb5bf7c libgfortran: Use __gthread_t instead of pthread_t
It used to cause errors if a thread model other than `posix` was selected,
which looks like a leftover from a79878585a.

libgfortran/
	* io/async.h (struct async_unit): Use `__gthread_t` instead
	of `pthread_t`.

Signed-off-by: LIU Hao <lh_mouse@126.com>
Signed-off-by: Jonathan Yong <10walls@gmail.com>
2022-10-10 07:16:03 +00:00
..
async.c Update copyright years. 2022-01-03 10:42:10 +01:00
async.h libgfortran: Use __gthread_t instead of pthread_t 2022-10-10 07:16:03 +00:00
close.c Update copyright years. 2022-01-03 10:42:10 +01:00
fbuf.c Update copyright years. 2022-01-03 10:42:10 +01:00
fbuf.h Update copyright years. 2022-01-03 10:42:10 +01:00
file_pos.c Implement CONVERT specifier for OPEN. 2022-01-11 23:49:52 +01:00
format.c Update copyright years. 2022-01-03 10:42:10 +01:00
format.h Update copyright years. 2022-01-03 10:42:10 +01:00
inquire.c Implement CONVERT specifier for OPEN. 2022-01-11 23:49:52 +01:00
intrinsics.c Update copyright years. 2022-01-03 10:42:10 +01:00
io.h fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
list_read.c Update copyright years. 2022-01-03 10:42:10 +01:00
lock.c Update copyright years. 2022-01-03 10:42:10 +01:00
open.c Implement CONVERT specifier for OPEN. 2022-01-11 23:49:52 +01:00
read.c fortran, libgfortran: Avoid using libquadmath for glibc 2.26+ 2022-06-28 13:14:45 +02:00
size_from_kind.c fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
transfer.c libfortran: Fix up boz_15.f90 on powerpc64le with -mabi=ieeelongdouble [PR106079] 2022-08-01 08:26:03 +02:00
transfer128.c fortran, libgfortran: Avoid using libquadmath for glibc 2.26+ 2022-06-28 13:14:45 +02:00
unit.c Update copyright years. 2022-01-03 10:42:10 +01:00
unix.c Update copyright years. 2022-01-03 10:42:10 +01:00
unix.h Update copyright years. 2022-01-03 10:42:10 +01:00
write.c fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
write_float.def fortran, libgfortran: Avoid using libquadmath for glibc 2.26+ 2022-06-28 13:14:45 +02:00