[comp.os.minix] fixing gcc: changes to ~gcc-include/fcntl.h

mccabe@hatteras.cs.unc.edu (Daniel McCabe) (11/22/90)

My previous comments about fixing libc*.a for gcc were slightly incorrect.
You need to change more than 4 O_* defines.  The ones that differ are:
	O_CREAT
	O_EXCL
	O_NOCTTY
	O_TRUNC
and ... (oops, minix just crashed while I was reading the file (well, I
was rebuilding the library at the same time ;-)).

The upshot is that most O_* defines need to change to conform to minix.
Just compare /usr/include/fcntl.h and ~gcc-include/fcntl.h

Cheers,
danm