linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: Michael.Waychison@Sun.COM
Cc: akpm@osdl.org, torvalds@osdl.org, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/11] FUSE - device functions
Date: Tue, 11 Jan 2005 20:05:25 +0100	[thread overview]
Message-ID: <E1CoRKX-0003YT-00@dorka.pomaz.szeredi.hu> (raw)
In-Reply-To: <41E40D19.8010806@sun.com> (message from Mike Waychison on Tue, 11 Jan 2005 12:30:01 -0500)


> > +	sigset_t sigmask;
> > +
> > +	siginitsetinv(&sigmask, sigmask(SIGKILL));
> > +	sigprocmask(SIG_BLOCK, &sigmask, oldset);
> 
> sigmask shadows sigmask.  I'm surprised this works actually. (I see that
> sigmask() is a macro..)

Ugly.  Though, I think I copied the code from some place, so it's not
such a big wonder that it works.

Thanks,
Miklos

  reply	other threads:[~2005-01-11 19:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-10 19:00 [PATCH 3/11] FUSE - device functions Miklos Szeredi
2005-01-11 17:30 ` Mike Waychison
2005-01-11 19:05   ` Miklos Szeredi [this message]
2005-01-11 16:25 Miklos Szeredi
2005-01-12 22:44 ` Andrew Morton
2005-01-13  5:41   ` Miklos Szeredi

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=E1CoRKX-0003YT-00@dorka.pomaz.szeredi.hu \
    --to=miklos@szeredi.hu \
    --cc=Michael.Waychison@Sun.COM \
    --cc=akpm@osdl.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /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.
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).