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

jakub at redhat dot com sourceware-bugzilla@sourceware.org
Tue Jun 19 10:34:00 GMT 2007


------- 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.



More information about the Glibc-bugs mailing list