summaryrefslogtreecommitdiff
path: root/include/arch/os2
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 14:55:54 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 14:55:54 +0000
commit975908acee67064c97e1346dbb5dedeed2578b50 (patch)
tree54c89e8925a2803ab680e1e91838694616600314 /include/arch/os2
parentb728e55c814bbf306f956180dc534c709f270d11 (diff)
downloadlibapr-975908acee67064c97e1346dbb5dedeed2578b50.tar.gz
OS/2: Avoid unnecessary calls to set pipe blocking state.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/os2')
-rw-r--r--include/arch/os2/fileio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/os2/fileio.h b/include/arch/os2/fileio.h
index 5051cacc9..d2a44fd18 100644
--- a/include/arch/os2/fileio.h
+++ b/include/arch/os2/fileio.h
@@ -78,6 +78,7 @@ struct apr_file_t {
int timeout;
int pipe;
HEV pipeSem;
+ enum { BLK_UNKNOWN, BLK_OFF, BLK_ON } blocking;
/* Stuff for buffered mode */
char *buffer;