Mail Archives: djgpp-workers/2001/03/25/07:30:43
As you didn't like my previous attempt how about this:
RCS file: /cvs/djgpp/djgpp/include/fcntl.h,v
retrieving revision 1.5
diff -p -u -r1.5 fcntl.h
--- fcntl.h 2001/02/01 19:17:17 1.5
+++ fcntl.h 2001/03/07 01:12:42
@@ -37,13 +37,13 @@ extern "C" {
#define O_BINARY 0x0004 /* must fit in char, reserved by dos */
#define O_TEXT 0x0008 /* must fit in char, reserved by dos */
+#define O_APPEND 0x0010
#define O_NOINHERIT 0x0080 /* DOS-specific */
#define O_CREAT 0x0100 /* second byte, away from DOS bits */
#define O_EXCL 0x0200
#define O_NOCTTY 0x0400
#define O_TRUNC 0x0800
-#define O_APPEND 0x1000
#define O_NONBLOCK 0x2000
#include <sys/types.h>
Right,
MartinS
- Raw text -