]> mj.ucw.cz Git - libucw.git/blobdiff - lib/fastbuf.h
Added the local copy of the regex library back.
[libucw.git] / lib / fastbuf.h
index c763f243ac0dbf283280322576c1b0a8349694f6..920d83ebd2a3728e0d215dfeaf85a0dacf0a86ef 100644 (file)
@@ -187,7 +187,7 @@ fbatomic_commit(struct fastbuf *b)
 /* Configuring stream parameters */
 
 enum bconfig_type {
-  BCONFIG_IS_TEMP_FILE,                        /* 0=normal file, 1=temporary file, -1=shared fd */
+  BCONFIG_IS_TEMP_FILE,                        /* 0=normal file, 1=temporary file, 2=shared fd */
   BCONFIG_KEEP_BACK_BUF,               /* Optimize for bi-directional access */
 };