Imported Upstream version 1.5
[debian/gzip] / primos / include / fcntl.h
diff --git a/primos/include/fcntl.h b/primos/include/fcntl.h
deleted file mode 100644 (file)
index 9e4b1dc..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
-** fcntl.h
-**
-** Emulation of the Unix fcntl.h header file for PRIMOS
-**
-** Author: Peter Eriksson <pen@lysator.liu.se>
-*/
-
-#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