Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3BCACD7B.46E34F2A@syntrex.com>
Date: Mon, 15 Oct 2001 13:50:19 +0200
From: Pavel Tsekov <ptsekov@syntrex.com>
Organization: Syntrex Inc.
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [PATCH] Newlib unistd.h missing the prototype for fchdir
References: <3BCAC19E.4B46E6F8@syntrex.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hmm.. I had to put it in the #if  defined (__CYGWIN__) 
:)

However.. It's just a simple patch everyone can type it
by hand - the more important thing is that is good to
add  this thing in the header file.

Pavel Tsekov wrote:
> 
> Attached is a patch which add the missing prototype.
> 
>   ------------------------------------------------------------------------
> --- unistd.h.orig       Mon Oct 15 12:57:19 2001
> +++ unistd.h    Mon Oct 15 12:57:51 2001
> @@ -19,6 +19,7 @@ void  _EXFUN(_exit, (int __status ) _ATTR
>  int    _EXFUN(access,(const char *__path, int __amode ));
>  unsigned  _EXFUN(alarm, (unsigned __secs ));
>  int     _EXFUN(chdir, (const char *__path ));
> +int     _EXFUN(fchdir, (int fd ));
>  int     _EXFUN(chmod, (const char *__path, mode_t __mode ));
>  int     _EXFUN(chown, (const char *__path, uid_t __owner, gid_t __group ));
>  #if defined(__CYGWIN__) || defined(__rtems__)
> 
>   ------------------------------------------------------------------------

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

