This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED PATCH] Consolidate not-cancel.h files.


On Wed, 14 May 2014, Roland McGrath wrote:

> There are in fact only two versions of not-cancel.h actually in use: the
> sysdeps/generic one for non-Linux, and the NPTL one living in
> nptl/sysdeps/unix/sysv/linux/i386/.  The diff looks nontrivial only because
> moving nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h verbatim to
> sysdeps/unix/sysv/linux/ clobbered the unused file that was there before.

I don't believe that file was unused; plenty of architectures didn't have 
their own not-cancel.h files and so used the sysdeps/unix/sysv/linux/ one.  
It may well be that the differences were *unnecessary*; I haven't thought 
what what this file should optimally look like.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]