diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-14 20:21:42 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-12-14 20:21:42 +0100 |
commit | 035aacf6f5c23f0513e240046818ef203e8d87cb (patch) | |
tree | 287c703bebdd3566486f8fb0535c5b1d21a5b639 /sys/include | |
parent | 4afb56f570b3d6943e39bda5c9a2992a3bd139d2 (diff) |
bio: add Bfdopen() from plan9port
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/bio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/bio.h b/sys/include/bio.h index 776f7b0f5..157e525c4 100644 --- a/sys/include/bio.h +++ b/sys/include/bio.h @@ -59,6 +59,7 @@ int Binits(Biobufhdr*, int, int, uchar*, int); int Blinelen(Biobufhdr*); vlong Boffset(Biobufhdr*); Biobuf* Bopen(char*, int); +Biobuf* Bfdopen(int, int); int Bprint(Biobufhdr*, char*, ...); int Bvprint(Biobufhdr*, char*, va_list); int Bputc(Biobufhdr*, int); |