X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Flib%2Ffmt-64.c;h=1e3a610bb5886303c6bfc4c01a5456b3e0421111;hb=e9e95b60bd8fdc13e80de15dce692682421e9f2e;hp=84b7376032a2e2671b1fb4ec3b89a3f14620b443;hpb=40730f8dcef5467014a2cb830aa03bd800d6056c;p=util-vserver.git diff --git a/util-vserver/lib/fmt-64.c b/util-vserver/lib/fmt-64.c index 84b7376..1e3a610 100644 --- a/util-vserver/lib/fmt-64.c +++ b/util-vserver/lib/fmt-64.c @@ -22,3 +22,8 @@ #define FMT_BITSIZE 64 #include "fmt.hc" + +#if __WORDSIZE==64 +size_t FMT_P(ulong_base)(char *ptr, unsigned long val, char base) ALIASFUNC(uint64_base); +size_t FMT_P( long_base)(char *ptr, long val, char base) ALIASFUNC( int64_base); +#endif