X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; q=dns; s=default; b=kxCw6tUUta5rVvkLNqKo/uO/yPOmm
	L3kiDL+EvHdGoVuT4Hu3+bMfhs84OIY6aHhkX74ORH4tRujJxDo9DKoAUoUWWwFT
	9PGOqZCXevhfZP9c9Y9Sf1NncLO7xbS0aeL5LUO9wfb7uiNQzWV9V5KwQ0ZtVApD
	ZQstgN//KMUKP0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; s=default; bh=S57Cfd8bz3uyrHWmdFfonqVnHG4=; b=CLY
	9GCexn6eIwkYppuXt03epqJeqTTgc52oUNXVslBoMrD9dt4nTF6EJapBy+pPWLsM
	2kaMFsR0bN9l2SwpD7Eu8Ur4yRUr2aQcO38uEMLnvI+6PoJ9cFUnTqZbEfFvbLN0
	d6k8G5g4lnje16i/hfYdjqSTVkkBqdwyszUiFOa0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Gm-Message-State:AOPr4FU, Hx-languages-length:353
X-HELO: mail-vk0-f54.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:sender:date:message-id:subject:from         :to;        bh=ebA3HqBU1Kerzk+j2XR1RbDYmADMJtkJKPy2YweySmw=;        b=iSioNpYFYXFDktWKYbEe2s1ykDh1FRzccL737NjbzbEIxDllh4Kjcz4rxWGFfgSkCt         lYWM3pRmhwmswD3O3PCnHdWobpQ9P+JBU1JKhTghiyj4NP9GPcCW1602DCfeDds2g8Pw         Y2RAv752uL/zLm9eToLEaRmJP2Ye+2Uoroai+3r/GY838sxKNRCU8+Ga/tPHE7HPO+pj         62FFYyJ54RdnqulQed+nlTiBe5dCFlG/ZnyNwL50iRh/WTUcrW2Mo3/dtUCH6j1YiQKb         1/cG+7zylJ8uM5Iw1J9oE7BR4AnHzM0vxwA+ty7J1x14oL5XGxMRyYsLBbnzvH9Y0EJR         Ku8A==
X-Gm-Message-State: AOPr4FU+dvH8TX2C1zxSAqAhmS8hh0IVsYm+IJ+c9tOdQdCryOfDpcjr7K4HBUvM0++UpDSW2SbtOi+lBweA1g==
MIME-Version: 1.0
X-Received: by 10.31.155.81 with SMTP id d78mr3754114vke.65.1462095949029; Sun, 01 May 2016 02:45:49 -0700 (PDT)
Date: Sun, 1 May 2016 18:45:48 +0900
Message-ID: <CAG1-Us098Ap_h1QSxoE1iLgv=sf6McxKiTqW-JgB5JDQ6u5=0g@mail.gmail.com>
Subject: Cygwin 2.5 hides constant L_ctermid as XSI
From: OKUMURA Yuki <mjt@cltn.org>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Hi list,

It seems the commit
https://cygwin.com/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;h=feec81e5717f904b687f17ace727bfbadc597209
made visibility between ctermid() and L_ctermid incoherent.

While L_cuserid is XSI, L_ctermid is POSIX so checking against
__XOPEN_VISIBLE is not required for it, I think.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

