]> Zhao Yanbai Git Server - minix.git/commitdiff
Added O_REOPEN.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 15:58:06 +0000 (15:58 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 15:58:06 +0000 (15:58 +0000)
include/fcntl.h

index fd3b6fdaf9d3aa2750765397be54ca6201ef7426..e0353692cdab7a48e11675b5bce0b75ff2e40985 100755 (executable)
@@ -42,6 +42,9 @@
 /* File status flags for open() and fcntl().  POSIX Table 6-5. */
 #define O_APPEND       02000   /* set append mode */
 #define O_NONBLOCK     04000   /* no delay */
+#define O_REOPEN      010000   /* automatically re-open device after driver
+                                * restart
+                                */
 
 /* File access modes for open() and fcntl().  POSIX Table 6-6. */
 #define O_RDONLY           0   /* open(name, O_RDONLY) opens read only */