public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug go/113143] New: Remove usage of ucontext.h
@ 2023-12-26  3:43 kallisti5 at unixzen dot com
  2023-12-26  3:48 ` [Bug go/113143] " kallisti5 at unixzen dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: kallisti5 at unixzen dot com @ 2023-12-26  3:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113143

            Bug ID: 113143
           Summary: Remove usage of ucontext.h
           Product: gcc
           Version: 13.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: kallisti5 at unixzen dot com
  Target Milestone: ---

libgo/sysinfo.c references #include <ucontext.h> which breaks the libgo build
on strict POSIX compliance platforms.

ucontext.h was removed in issue 7, and types were migrated to signal.h.

Old 2004 spec:
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/ucontext.h.html


Pretty much any recent spec: (ucontext.h is gone)
https://pubs.opengroup.org/onlinepubs/9699919799/

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-12-30  6:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-26  3:43 [Bug go/113143] New: Remove usage of ucontext.h kallisti5 at unixzen dot com
2023-12-26  3:48 ` [Bug go/113143] " kallisti5 at unixzen dot com
2023-12-26  4:48 ` ian at airs dot com
2023-12-26 13:13 ` kallisti5 at unixzen dot com
2023-12-26 23:16 ` ian at airs dot com
2023-12-27  2:31 ` kallisti5 at unixzen dot com
2023-12-27  2:34 ` kallisti5 at unixzen dot com
2023-12-27  2:40 ` pinskia at gcc dot gnu.org
2023-12-27  3:20 ` kallisti5 at unixzen dot com
2023-12-27  3:38 ` kallisti5 at unixzen dot com
2023-12-27 23:20 ` ian at airs dot com
2023-12-29  1:45 ` kallisti5 at unixzen dot com
2023-12-30  6:26 ` ian at airs dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).