This is the mail archive of the glibc-bugs@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]

[Bug libc/4662] setjmp doesn't specify __attribute__((returns_twice))


------- Additional Comments From jakub at redhat dot com  2007-06-19 10:33 -------
Even _setjmp is considered to return twice:
      /* Disregard prefix _, __ or __x.  */
      if (name[0] == '_')
        {
          if (name[1] == '_' && name[2] == 'x')
            tname += 3;
          else if (name[1] == '_')
            tname += 2;
          else
            tname += 1;
        }


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4662

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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