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: Fwd: [PATCH] [BZ #18433] Check file access/existence before forking.


On 18 Sep 2015 13:13, Zack Weinberg wrote:
> From: Zack Weinberg <zackw@panix.com>
> On Fri, Sep 18, 2015 at 11:32 AM, Szabolcs Nagy <szabolcs.nagy@arm.com> wrote:
> > that's surprising: setjmp is standard c
> > and it is a macro so it cannot be called
> > through a function pointer.. this is not
> > true for vfork so it's not clear why gcc
> > recognizes it.
> 
> Any function can be annotated with these semantics using __attribute__
> ((returns_twice)), but glibc's headers don't do that

feel like posting a patch ? :)
-mike

Attachment: signature.asc
Description: Digital signature


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