mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Isaac Dunham <idunham@lavabit.com>
To: musl@lists.openwall.com
Subject: Question on setjmp.h
Date: Sun, 20 May 2012 21:52:01 -0700	[thread overview]
Message-ID: <20120520215201.3212f252@newbook> (raw)
In-Reply-To: <20120521030106.GD163@brightrain.aerifal.cx>

I'm looking at setjmp.h, and see:
#ifdef _GNU_SOURCE
#define jmp_buf sigjmp_buf /* no other definition for jmp_buf in view */
#endif
..

#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
/* Where did jmp_buf get defined for XOPEN_SOURCE? */
int _setjmp (jmp_buf);
void _longjmp (jmp_buf, int);
#endif


Still working on _BSD_SOURCE, about 13 headers left now.
I may be optimistic, but it looks like I should have a patch by the end
of the month or perhaps week (assuming I can do something after work).

Isaac Dunham



  parent reply	other threads:[~2012-05-21  4:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-21  2:25 getpass misplaced Isaac Dunham
2012-05-21  3:01 ` Rich Felker
2012-05-21  3:38   ` Isaac Dunham
2012-05-21  4:52   ` Isaac Dunham [this message]
2012-05-21  4:53     ` Question on setjmp.h Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120520215201.3212f252@newbook \
    --to=idunham@lavabit.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).