diff options
author | ftrvxmtrx <devnull@localhost> | 2014-05-03 11:46:01 +0200 |
---|---|---|
committer | ftrvxmtrx <devnull@localhost> | 2014-05-03 11:46:01 +0200 |
commit | 462f1d06883af0fdea4f36c3dc3a35a7ed5ffe18 (patch) | |
tree | 6ba91a32bd0122813ff9d4e8db653fee88cca074 | |
parent | 19cdd8c4b97642dca9e61361495e066d79eefc3d (diff) | |
download | plan9front-462f1d06883af0fdea4f36c3dc3a35a7ed5ffe18.tar.xz |
bio.h: add varargck argpos pragma for Berror
-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 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 |