diff options
author | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-02-13 18:17:29 +0000 |
commit | 264f41f081816b2e2f80b5a0c7e1da79cda194bb (patch) | |
tree | 70b86b4292c4263b90546213bbe6657dfe166baf /winsup/cygwin/fhandler.h | |
parent | ba8c69552f3c2b2ba05b9ff7c46cbc9667a871c3 (diff) | |
download | cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.gz cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.tar.bz2 cygnal-264f41f081816b2e2f80b5a0c7e1da79cda194bb.zip |
white space
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r-- | winsup/cygwin/fhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h index 8a871cb8b..2d9c6215e 100644 --- a/winsup/cygwin/fhandler.h +++ b/winsup/cygwin/fhandler.h @@ -88,7 +88,7 @@ class fhandler_base beyond EOF, zero filling or making file sparse if so. */ unsigned query_open : 2; /* open file without requesting either - read or write access */ + read or write access */ unsigned close_on_exec : 1; /* close-on-exec */ unsigned need_fork_fixup : 1; /* Set if need to fixup after fork. */ unsigned has_changed : 1; /* Flag used to set ctime on close. */ @@ -507,7 +507,7 @@ class fhandler_dev_raw: public fhandler_base eom_detected (0), eof_detected (0), lastblk_to_read (0) {} } status; - + IMPLEMENT_STATUS_FLAG (bool, eom_detected) IMPLEMENT_STATUS_FLAG (bool, eof_detected) IMPLEMENT_STATUS_FLAG (bool, lastblk_to_read) |