Commit b33d6757 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Not everybody has __printflike()

parent 0d1e7837
...@@ -51,6 +51,10 @@ struct vsb { ...@@ -51,6 +51,10 @@ struct vsb {
int s_flags; /* flags */ int s_flags; /* flags */
}; };
#ifndef __printflike
#define __printflike(a,b)
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment