This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Cygwin: declare get_current_dir_name(3)


On Sun, 2012-01-01 at 13:25 -0500, Christopher Faylor wrote:
> On Sun, Jan 01, 2012 at 11:42:43AM -0600, Yaakov (Cygwin/X) wrote:
> >diff -u -p -r1.79 unistd.h
> >--- libc/include/sys/unistd.h	19 Aug 2011 14:29:34 -0000	1.79
> >+++ libc/include/sys/unistd.h	27 Dec 2011 11:30:24 -0000
> >@@ -71,6 +71,9 @@ pid_t   _EXFUN(fork, (void ));
> > long    _EXFUN(fpathconf, (int __fd, int __name ));
> > int     _EXFUN(fsync, (int __fd));
> > int     _EXFUN(fdatasync, (int __fd));
> >+#if defined(__CYGWIN__)
> >+char *	_EXFUN(get_current_dir_name, (void));
> 
> I didn't notice this before but couldn't you just move this declaration
> into the #if defined below?

I put it there because that section is alphabetized.


Yaakov
Cygwin/X



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]