From nobody@FreeBSD.org  Sat Jan 12 19:21:58 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 086338CB
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Jan 2013 19:21:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id E4F836A3
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Jan 2013 19:21:57 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0CJLvdo081764
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 12 Jan 2013 19:21:57 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r0CJLv4K081759;
	Sat, 12 Jan 2013 19:21:57 GMT
	(envelope-from nobody)
Message-Id: <201301121921.r0CJLv4K081759@red.freebsd.org>
Date: Sat, 12 Jan 2013 19:21:57 GMT
From: Schaich Alonso <alonsoschaich@fastmail.fm>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sem_wait can be interrupted
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175239
>Category:       docs
>Synopsis:       sem_wait can be interrupted
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 12 19:30:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Sun May 12 21:40:00 UTC 2013
>Originator:     Schaich Alonso
>Release:        HEAD, STABLE, RELEASE-9.1
>Organization:
sodge IT
>Environment:
FreeBSD moonshine.localnet.edu 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r245291: Fri Jan 11 12:00:24 CET 2013     root@moonshine.localnet.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
SEM_WAIT(3) (and most probably also SEM_POST(3)) from the Standard C Library are aborted over here on arrival of a UNIX Signal, setting errno to 4 (EINTR).

This behavior should be mentioned in the corresponding manual pages.

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Schaich Alonso <alonsoschaich@fastmail.fm>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/175239: sem_wait can be interrupted
Date: Sun, 12 May 2013 23:34:28 +0200

 seems to have been fixed by r249566, r249644
>Unformatted:
