X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Flib%2Ffmtx.hc;h=5204ee2669f4adc95d4617a229134f2e552b7dd5;hb=38fe8b4a2dd28aebf52787c5b65cc79490fa53d3;hp=4f25ae60f990ce2f433b88dc3a692f77e970f266;hpb=b9ab1c6460688f5a828bff0bc7cb76fe1fe2219c;p=util-vserver.git diff --git a/util-vserver/lib/fmtx.hc b/util-vserver/lib/fmtx.hc index 4f25ae6..5204ee2 100644 --- a/util-vserver/lib/fmtx.hc +++ b/util-vserver/lib/fmtx.hc @@ -24,6 +24,11 @@ #include "fmt-internal.h" #include +#define STRINGIFY_(X) #X +#define STRINGIFY(X) STRINGIFY_(X) +#define ALIASFUNC(X) __attribute__((__alias__(STRINGIFY(FMT_P(X))))) + + size_t CONCAT(FMT_P(xuint),)(char *ptr, CONCAT(uint_least,_t) val) {