This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: <sys/unistd.h> not namespace-clean


> --- unistd.h	Thu Feb 26 10:42:23 1998
> +++ unistd.h.fixed	Tue Jul 28 03:51:41 1998
> @@ -73,8 +73,8 @@
>  
>  #ifdef __CYGWIN32__
>  unsigned _EXFUN(usleep, (unsigned int _useconds ));
> -int     _EXFUN(ftruncate, (int fd, off_t length));
> -int     _EXFUN(truncate, (const char *, off_t length));
> +int     _EXFUN(ftruncate, (int _fd, off_t _length));
> +int     _EXFUN(truncate, (const char *, off_t _length));
>  #endif

I am making this change and fixing all similar protos.  Thanks!

-- 
Geoffrey Noer
noer@cygnus.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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