]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fastbuf.h
default_thread_stack_size -> ucwlib_thread_stack_size
[libucw.git] / ucw / fastbuf.h
index c265fdb71235d3fa6481b6cd4720742b27c5977c..e74034f44d2dcc4c7c519ee44ec2188a19ccd8af 100644 (file)
@@ -568,7 +568,7 @@ static inline void bputsn(struct fastbuf *f, const char *b)
 void bbcopy_slow(struct fastbuf *f, struct fastbuf *t, uns l);
 /**
  * Copy @l bytes of data from fastbuf @f to fastbuf @t.
- * `~0U` means all data, even if more than `~0U` bytes remain.
+ * `UINT_MAX` (`~0U`) means all data, even if more than `UINT_MAX` bytes remain.
  **/
 static inline void bbcopy(struct fastbuf *f, struct fastbuf *t, uns l)
 {