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: [PATCH] Prevent open_not_cancel etc. from being inlined


Ulrich Drepper <drepper@redhat.com> wrote:

> Mark Seaborn wrote:
> > The file sysdeps/unix/sysv/linux/not-cancel.h causes the
> > non-cancellable versions of some system calls to be inlined.  This
> > patch prevents these definitions from being inlined.  It moves them
> > into separate *.c files.
> 
> No way.  You can apply that patch to your version but it'll never get
> into the upstream version.

Why?  Is it the un-inlining of these calls, or this patch in
particular, or general opposition to patches for uses outside the main
glibc version?

Mark


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