Re: [OpenSmalltalk/opensmalltalk-vm] include <ucontext.h> in __sun case (56905bf)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] include <ucontext.h> in __sun case (56905bf)

David T Lewis
 

#include <ucontext.h> is the right way to include getcontext/setcontext functions (per man page). Files in sys/* are specific to kernel implementations. If this is required it will be included by ucontext.h.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/56905bf2b4cb194786d042f372353bfa93dbc8d8#commitcomment-38738393", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/56905bf2b4cb194786d042f372353bfa93dbc8d8#commitcomment-38738393", "name": "View Commit" }, "description": "View this Commit on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>