X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffastbuf.h;h=4e3bc5ca2afb721ed19635ed603dbf0d1796ac16;hb=bc09f812bc50c357125f471fced2828046dc1486;hp=b8d88116fc3eaf0cd494d806ce1c0cb753a5a760;hpb=54833f693e97cc4c3d5b8c28e6816e8d1ce5192e;p=libucw.git diff --git a/lib/fastbuf.h b/lib/fastbuf.h index b8d88116..4e3bc5ca 100644 --- a/lib/fastbuf.h +++ b/lib/fastbuf.h @@ -101,7 +101,7 @@ struct fastbuf *bopen_file_try(const char *name, int mode, struct fb_params *par struct fastbuf *bopen_tmp_file(struct fb_params *params); struct fastbuf *bopen_fd(int fd, struct fb_params *params); -/* FastIO on standard files (specify buffer size 0 to enable mmaping) */ +/* FastIO on standard files */ struct fastbuf *bfdopen_internal(int fd, const char *name, uns buflen); struct fastbuf *bopen(const char *name, uns mode, uns buflen);