summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorftrvxmtrx <devnull@localhost>2014-05-03 11:46:01 +0200
committerftrvxmtrx <devnull@localhost>2014-05-03 11:46:01 +0200
commit462f1d06883af0fdea4f36c3dc3a35a7ed5ffe18 (patch)
tree6ba91a32bd0122813ff9d4e8db653fee88cca074
parent19cdd8c4b97642dca9e61361495e066d79eefc3d (diff)
downloadplan9front-462f1d06883af0fdea4f36c3dc3a35a7ed5ffe18.tar.xz
bio.h: add varargck argpos pragma for Berror
-rw-r--r--sys/include/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/bio.h b/sys/include/bio.h
index a1e259449..776f7b0f5 100644
--- a/sys/include/bio.h
+++ b/sys/include/bio.h
@@ -75,3 +75,4 @@ void Blethal(Biobufhdr*, void(*)(char*));
void Berror(Biobufhdr*, char*, ...);
#pragma varargck argpos Bprint 2
+#pragma varargck argpos Berror 2