| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Wed, 18 Jan 2006 14:06:19 -0600 |
| From: | Brian Ford <Brian DOT Ford AT flightsafety DOT com> |
| Reply-To: | cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] Updated: cygwin-1.5.19-1 |
| In-Reply-To: | <umzhtfhky.fsf@gnu.org> |
| Message-ID: | <Pine.CYG.4.58.0601181403430.468@PC1163-8460-XP.flightsafety.com> |
| References: | <announce DOT 20060117033619 DOT GA12055 AT coe DOT casa DOT cgf DOT cx> <u1wz5h2ed DOT fsf AT gnu DOT org> <20060118181027 DOT GA17787 AT calimero DOT vinschen DOT de> <umzhtfhky DOT fsf AT gnu DOT org> |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Wed, 18 Jan 2006, Sam Steingold wrote:
> here is a simple test case:
>
> int main (int argc, char *argv[]) {
> char executable[MAXPATHLEN];
> realpath(argv[0],executable);
> if (open(executable,O_RDONLY|O_BINARY,0644) < 0) return 1;
> else return 0;
> }
>
> it worked (returned 0) before and it works on Linux.
> it does not work now.
Looks very similar to:
http://www.cygwin.com/ml/cygwin/2004-09/msg00867.html
--
Brian Ford
Lead Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |