This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

newlib-1.7.0-1.7.1.patch


For newlib 1.7.0 users I've created this patch which will fix
canadian cross build problems where sys/file.h isn't found.
It's also in ftp://ftp.cygnus.com/pub/newlib/newlib-1.7.0-1.7.1.patch.

Sun Mar 16 19:11:55 1997  Doug Evans  <dje@canuck.cygnus.com>

	* libc/include/sys/file.h: New file.

*** newlib/libc/include/sys/file.h~	Sun Mar 16 19:11:12 1997
--- newlib/libc/include/sys/file.h	Sat Mar 15 15:06:50 1997
***************
*** 0 ****
--- 1,2 ----
+ 
+ #include <sys/fcntl.h>