X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=primos%2Finclude%2Ffcntl.h;fp=primos%2Finclude%2Ffcntl.h;h=0000000000000000000000000000000000000000;hb=dc84183747ce1703eb99685b5dbde1f65a143c06;hp=9e4b1dc83d50d8e6bdb96cd1f7cc7acc2da296af;hpb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;p=debian%2Fgzip diff --git a/primos/include/fcntl.h b/primos/include/fcntl.h deleted file mode 100644 index 9e4b1dc..0000000 --- a/primos/include/fcntl.h +++ /dev/null @@ -1,22 +0,0 @@ -/* -** fcntl.h -** -** Emulation of the Unix fcntl.h header file for PRIMOS -** -** Author: Peter Eriksson -*/ - -#ifndef __FCNTL_H__ -#define __FCNTL_H__ - -#define O_RDONLY 0 -#define O_WRONLY 1 -#define O_RDWR 2 - -#define O_BINARY 0 -#define O_EXCL 0 -#define O_NDELAY 0 -#define O_CREAT 0 -#define O_TRUNC 0 - -#endif