From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r@public.gmane.org
Subject: [Bug 95331] fcntl.2 + sigaction.2 + signal.7 need further
information about use of a SA_SIGINFO signal handler that uses si->si_fd
Date: Tue, 24 Mar 2015 11:51:30 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Return-path:
In-Reply-To:
Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
To: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
List-Id: linux-man@vger.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=95331
Jason Vas Dias changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #171961|0 |1
is obsolete| |
--- Comment #4 from Jason Vas Dias ---
Created attachment 171971
--> https://bugzilla.kernel.org/attachment.cgi?id=171971&action=edit
better version
Now, if you run:
$ ./t_sigio_rdwr_gsf /tmp/f.out &
$ echo 'hello' >/tmp/f.in && read res /tmp/f.in
$ kill -IO $TS_PID; read res