Re: [PATCH v3] Fix race condition in ext2fs when remounting

2015-08-14 Thread Justus Winter
Quoting James Clarke (2015-07-23 19:33:42) > diff --git a/libdiskfs/disk-pager.c b/libdiskfs/disk-pager.c > index 008aa2d..33b109c 100644 > --- a/libdiskfs/disk-pager.c > +++ b/libdiskfs/disk-pager.c > @@ -24,6 +24,7 @@ > __thread struct disk_image_user *diskfs_exception_diu; > > struct pager *

[PATCH] Check sysheaders when looking for Mach and Hurd headers.

2015-08-14 Thread Manolis Ragkousis
Hello everyone, With this patch, glibc's configure, when checking for Mach and Hurd headers, takes into account the "--with-headers" argument. I am not sending this to libc-alpha because I noticed there are some differences in the files I am patching and the patch won't apply there. I will send t